Hi,
I am trying to incorporate all of the below into one field. This basically does a sum, multiplies by 13.8% and then checks if the 3rd decimal place is >=6, if it is then round up or else round down. It does the same for the second part of the formula and then adds the two results together to get the final answer.
Example:
1. 5000-1548 = 3452
2. 3452 * 13.8% = 476.376
3. The 3rd decimal is >=6 so round up
4. = 476.38 --> Store this value
5. 900-89 = 811
6. 811 * 13.8% = 111.918
7. The 3rd decimal is >=6 so round up
8. = 111.92 --> Store this value
9. Add amounts from step 4 and step 8 together (476.38 + 111.92)
10. = 588.30
The problem I am having is using steps 3 and 7 within one formula. Attached is an example of the above but if I can get it all in one field i.e column C13 that would be easier.
Note the command to get the right most digit is =VALUE(RIGHT(476.376,1))
Any help would be greatly appreciated.
Example.PNG
Thanks
Bookmarks