On one tab I have a cell that has the value 0 (zero) in it and formatted to display as five zeros (00000). Another sheet has a formula that looks at that cell and returns either a null (blank) character or the value of the cell (IF(Data!AB17=””,””,Data!AB17)). I would expect the formula to display a 0 since that is what is in the referenced cell… but it returns a blank instead. Options has zero values with a check mark. If I change the formula to read something like… IF(Data!AB16=””,””,IF(Data!AB16=0,0,Data!AB16)), I still get a blank cell. Any help would be greatly appreciated.
DennisK