Forum Discussion
JoeCanz2
Feb 20, 2024Copper Contributor
multiplication formula not working
Morning, I am calculating a portion of funds to be distributed using a dollar amount and a percent. My formula in the cell is: =B12*J10 B12 = $996,563.00 J10 = 10.04% The correct answer using...
JoeCanz2
Feb 20, 2024Copper Contributor
Detlef_LewinThank you for that, it seems like that is the issue. The 10.04 is being calculated from another formula in the sheet and I set the format to show 2 places. How do I get it to use the 10.04 and not the 10.039747?
Thanks
Detlef_Lewin
Feb 20, 2024Silver Contributor
Use ROUND() or any other rounding function.
- JoeCanz2Feb 23, 2024Copper ContributorThat worked, thanks for your help.