B
Brad Gover
Does any one know how to get a cell formula to put in a
blank cell "" when there is no data in a corresponding
cell? I have a gage streaming in data down a column.
There are times when the cell will contain no data. The
adjacent cell calculates what to put in another cell based
upon a condition. It will put in a blank cell if the
condition is true--providing b117 has a data value in it.
However, if there is no data in b117, it puts in the
value "0" instead of the blank cell. The logic statement
is given below.
=IF(B117>5000,"",B117)
Appriciate any help.
blank cell "" when there is no data in a corresponding
cell? I have a gage streaming in data down a column.
There are times when the cell will contain no data. The
adjacent cell calculates what to put in another cell based
upon a condition. It will put in a blank cell if the
condition is true--providing b117 has a data value in it.
However, if there is no data in b117, it puts in the
value "0" instead of the blank cell. The logic statement
is given below.
=IF(B117>5000,"",B117)
Appriciate any help.