I have 4 cells, O4, P4, Q4 and R4:
| O4 | P4 | Q4 | R4 |
|---|---|---|---|
| 1.0 | 1.0 | 1.7 | = (O4+P4+Q4)*10 |
The result should be 37 but Google Sheets returns 30.1. If I write /10 instead of *10, I get 24.2 but it should be 0.37. What went wrong there?
I have 4 cells, O4, P4, Q4 and R4:
| O4 | P4 | Q4 | R4 |
|---|---|---|---|
| 1.0 | 1.0 | 1.7 | = (O4+P4+Q4)*10 |
The result should be 37 but Google Sheets returns 30.1. If I write /10 instead of *10, I get 24.2 but it should be 0.37. What went wrong there?