T
Todd
=IF(A3="",B3+C3,IF(B3="",A3+C3,IF(C3="",A3+B3,A3+B3+C3)))
I have a set of worksheets where a lot of formulas
return "". I am having a hard time figuring out how to
get cells to calculate when the ranges include "". My
latest try is the above formula. But I am naming every
cell in the range and it only works if only one cell
has "". Sometimes it could be all or maybe some
combination. How can I ignore "" in any cell?
TIA
Todd
I have a set of worksheets where a lot of formulas
return "". I am having a hard time figuring out how to
get cells to calculate when the ranges include "". My
latest try is the above formula. But I am naming every
cell in the range and it only works if only one cell
has "". Sometimes it could be all or maybe some
combination. How can I ignore "" in any cell?
TIA
Todd