If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > have IF function return no value

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-07, 09:02
Kabuki_jo Kabuki_jo is offline
Registered User
 
Join Date: Oct 2003
Posts: 61
have IF function return no value

How do I get the IF function retrun a blank cell when the condition is not met?

I have tried to leave value_is_false empty but that will return a zero. If I fill the value_is_false with two quotes the cell looks empty but is actually not empty.

I know it is not empty in this case because another formula uses the outcome of the IF statement and this formula does not work if the IF function returns the two quotes (which looks like an empty cell) but does work when I delete the contents of the cell in which the If statement is used.

doe anyone have any ideas?
__________________
Nobody dies a virgin because life screws us all!
Reply With Quote
  #2 (permalink)  
Old 04-03-07, 09:04
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Howdy. What is the other formula you are using? Most often I have found that the double quotes work fine for showing "no result".
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #3 (permalink)  
Old 04-03-07, 14:06
Kabuki_jo Kabuki_jo is offline
Registered User
 
Join Date: Oct 2003
Posts: 61
the formula is not a normal excel function but an excel addin function. quotes does not do the trick
__________________
Nobody dies a virgin because life screws us all!
Reply With Quote
  #4 (permalink)  
Old 04-03-07, 14:10
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
One possibility is to copy the column, elsewhere, paste special values, and then let the add-in use that new pasted column. If this will be done frequently then you can use VBA code to accomplish it quickly/efficiently.

BTW, out of curiosity, which add-in is it?
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #5 (permalink)  
Old 04-03-07, 14:18
Kabuki_jo Kabuki_jo is offline
Registered User
 
Join Date: Oct 2003
Posts: 61
it's called Quark and is especially for banks. If I am not mistaking it is even designed inhouse
__________________
Nobody dies a virgin because life screws us all!
Reply With Quote
  #6 (permalink)  
Old 04-03-07, 14:24
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Not heard of it. I have heard of Quark Express, of course, but that is page layout.

I'm a little surprised that the add-in does not accept normal formula output. Normally when designers of add-ins work on it, they insure that it fits within normal Excel processes, etc.

Will the VBA solution work?
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #7 (permalink)  
Old 04-03-07, 14:29
Kabuki_jo Kabuki_jo is offline
Registered User
 
Join Date: Oct 2003
Posts: 61
I have chosen a different and simple approach. instead of the double quotes I will let the IF statement Return "Remove" when the if formula fails. After that I willl do a simple find and replace with nothing which works fine.
__________________
Nobody dies a virgin because life screws us all!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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