Thread
:
How do you copy a cell formula down a column without displaying n.
View Single Post
#
2
Ola
Posts: n/a
Do you mean? :
=IF(OR(ISNUMBER(A3),ISNUMBER(A2),ISNUMBER(A1)),A3-A2+A1,"")
'AND' instead of 'OR' if all cells must be numbers.
Ola Sandstrom
Reply With Quote