Rounding to 2

  • Thread starter Thread starter Frances C
  • Start date Start date
F

Frances C

I am using this formula that works very good because If there is no number it
does not show. But the problem that I have right now is that the formula
needs to round to 2 spaces. because there other formulas that calculate the
total base on this one.

=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U626>0,U626,1),"") I try to do:
=Round(=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U626>0,U626,1),""),2) but I get
the word "Value"


Thanks

Frances
 
Delete the '=' before the IF
=Round(IF(COUNT(K626,Q626)=2,K626*Q626*IF(U626>0,U626,1),""),2)

Regards,
Ryan--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top