Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a logic function in EXCEL that will allow me to leave a cell empty
when certain conditions are met? Thanks. |
#2
![]() |
|||
|
|||
![]()
Since the formula needs to be in the cell it can only be pseudo empty
="" If you want to be able to use it in a chart you can use NA() insytead of "" otherwise you would need VBA Regards, Peo Sjoblom "Dennis" wrote: Is there a logic function in EXCEL that will allow me to leave a cell empty when certain conditions are met? Thanks. |
#3
![]() |
|||
|
|||
![]()
You can make it look like the cell is empty--but it'll still have a formula in
it: =if(and(a112,b1=3,c1="hithere"),"","this is not empty) Dennis wrote: Is there a logic function in EXCEL that will allow me to leave a cell empty when certain conditions are met? Thanks. -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
The NA() worked perfectly. Many thanks.
Dennis "Peo Sjoblom" wrote: Since the formula needs to be in the cell it can only be pseudo empty ="" If you want to be able to use it in a chart you can use NA() insytead of "" otherwise you would need VBA Regards, Peo Sjoblom "Dennis" wrote: Is there a logic function in EXCEL that will allow me to leave a cell empty when certain conditions are met? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Access Module coded converted to Excel Function | Excel Discussion (Misc queries) | |||
Excel Send To function problem | Excel Discussion (Misc queries) | |||
Excel function help facilities | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
Missing function in Excel 2003 | Excel Discussion (Misc queries) |