#1   Report Post  
Dennis
 
Posts: n/a
Default Excel Logic Function

Is there a logic function in EXCEL that will allow me to leave a cell empty
when certain conditions are met?

Thanks.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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   Report Post  
Dennis
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Module coded converted to Excel Function Adam Excel Discussion (Misc queries) 1 December 23rd 04 02:48 PM
Excel Send To function problem kysiow Excel Discussion (Misc queries) 1 December 10th 04 01:37 AM
Excel function help facilities RPS Excel Discussion (Misc queries) 1 December 8th 04 02:36 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
Missing function in Excel 2003 Galldrian Excel Discussion (Misc queries) 2 November 30th 04 12:34 PM


All times are GMT +1. The time now is 02:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"