I have a number of cell formulas that depend upon seeing numbers in other cells. On occasion I’ll have a reason to type a word into one of those other cells instead of a number and it makes any associated macros report an error while running.
I’d like to add a qualifier to the front of the formulas so that if either text, or no number, is present then the formula is ignored.
Something just like:
=IF(A1=””,””)
but instead of just having a set parenthesis indicating a result if there is an empty cell there would be a qualifier that either specifies if text is present then no cell input or if a number is present then the formula continues.
I suspect this is rather straight forward I just have never run into it before.
Thanks,
BH