H
Henrik
Hi,
I have the following issue:
I use a lookup formula that searches for a value in a large dataset
depending on a number of conditions. Sometimes there is no value in the
dataset that satisfies the specified conditions and I want the my formula to
leave the cell blank. The formula below is a simplified version of the
formula that I use:
{=IF(ISERROR(lookup_formula)),"",(lookup_formula))}
Here is my problem: When I chart the data I pull from the larger dataset,
the blank ("") values show up as zeros (0) in my chart. I would like the
chart simply to treat those values as blanks rather than zero. Does anyone
know how to solve this problem? Your help is greatly apprciated.
I have the following issue:
I use a lookup formula that searches for a value in a large dataset
depending on a number of conditions. Sometimes there is no value in the
dataset that satisfies the specified conditions and I want the my formula to
leave the cell blank. The formula below is a simplified version of the
formula that I use:
{=IF(ISERROR(lookup_formula)),"",(lookup_formula))}
Here is my problem: When I chart the data I pull from the larger dataset,
the blank ("") values show up as zeros (0) in my chart. I would like the
chart simply to treat those values as blanks rather than zero. Does anyone
know how to solve this problem? Your help is greatly apprciated.