Thread: Rounding to 2
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default Rounding to 2

Delete the '=' before the IF
=Round(IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260,U 626,1),""),2)

Regards,
Ryan--

--
RyGuy


"Frances C" wrote:

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(U6260,U626,1) ,"") I try to do:
=Round(=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260, U626,1),""),2) but I get
the word "Value"


Thanks

Frances