View Single Post
  #1   Report Post  
buddyorliz
 
Posts: n/a
Default IF formula works, need it to also rounddown

How do I use two functions in a formula?
I used the IF function and am using a percent, however, I need it to also
round the number down, because other cells use it and latter I am always one
cent off.

example: =IF(SUM(J3)0,SUM(J3*25%),0)
So if the answer is 25.49666, I want it to calculate to 25.49.

Thanks,