shahkalpesh
New Member
Hello there,
Here is the scenario:
I am writing an excel formula which is complicated, such as
Is there a way to minimize the repeating of the argument to ISBLANK?
Please close this message if such a question is asked & answered before.
Thanks a lot.
Here is the scenario:
I am writing an excel formula which is complicated, such as
Code:
=OFFSET(INDIRECT(VLOOKUP(....)), 2, 0)
The above will refer to a cell, of which the value could be blank.
I don't know why Excel shows 0 as the value if the cell that is referred doesn't contain any value.
Here is what I don't want to do
=ISBLANK(OFFSET(INDIRECT(VLOOKUP(....)), 2, 0)), "", OFFSET(INDIRECT(VLOOKUP(....)), 2, 0)))
Is there a way to minimize the repeating of the argument to ISBLANK?
Please close this message if such a question is asked & answered before.
Thanks a lot.