Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to apply a condition which displays the result of a formula when a
cell value 0 and if cell value =0 then I want it to display as blank. I tried =IF(G120,"sum(d12+f12)-g12", "") but whilst this displays a blank if cell value =0 it displays the formula as written if value is 0. Can anyone help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just omit quotation marks:
=IF(G120,sum(d12+f12)-g12, "") Regards, Stefi €˛Ms Cranky€¯ ezt Ć*rta: I want to apply a condition which displays the result of a formula when a cell value 0 and if cell value =0 then I want it to display as blank. I tried =IF(G120,"sum(d12+f12)-g12", "") but whilst this displays a blank if cell value =0 it displays the formula as written if value is 0. Can anyone help? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That's perfect. Thanks.
"Stefi" wrote: Just omit quotation marks: =IF(G120,sum(d12+f12)-g12, "") Regards, Stefi €˛Ms Cranky€¯ ezt Ć*rta: I want to apply a condition which displays the result of a formula when a cell value 0 and if cell value =0 then I want it to display as blank. I tried =IF(G120,"sum(d12+f12)-g12", "") but whilst this displays a blank if cell value =0 it displays the formula as written if value is 0. Can anyone help? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €˛Ms Cranky€¯ ezt Ć*rta: That's perfect. Thanks. "Stefi" wrote: Just omit quotation marks: =IF(G120,sum(d12+f12)-g12, "") Regards, Stefi €˛Ms Cranky€¯ ezt Ć*rta: I want to apply a condition which displays the result of a formula when a cell value 0 and if cell value =0 then I want it to display as blank. I tried =IF(G120,"sum(d12+f12)-g12", "") but whilst this displays a blank if cell value =0 it displays the formula as written if value is 0. Can anyone help? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
remove qoutation marks. With them, Excel treat whatever inside as text not
as sum command. "Ms Cranky" wrote in message ... I want to apply a condition which displays the result of a formula when a cell value 0 and if cell value =0 then I want it to display as blank. I tried =IF(G120,"sum(d12+f12)-g12", "") but whilst this displays a blank if cell value =0 it displays the formula as written if value is 0. Can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional use of formulas | Excel Worksheet Functions | |||
Using MIN in Conditional Format for cells with Formulas | Excel Discussion (Misc queries) | |||
conditional formulas | Excel Worksheet Functions | |||
conditional formulas | Excel Worksheet Functions | |||
Help Using Formulas in Conditional Formatting | Excel Discussion (Misc queries) |