Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=IF(COUNT(K626,Q626),"",ROUND(K626*Q626*IF(U6260, U626,1),2)) In article , 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding | Excel Discussion (Misc queries) | |||
IF take 2 (ROUNDING) | Excel Discussion (Misc queries) | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
Rounding | Excel Discussion (Misc queries) | |||
Rounding | Excel Discussion (Misc queries) |