Thanks to you both; however, I think I neglected to provide enough
information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
I need the answer to come to 4.11. Thanks for your help!!
Thanks to you both; however, I think I neglected to provide enough
information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
I need the answer to come to 4.11. Thanks for your help!!
With the addition of the percent format, you have to think of your
number as having two additional decimal places (14.102%=0.14102) and
roundup(value,4) or ceiling(value,0.0001)