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.
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!
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!
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!
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!