M
marklg
How do I discriminate between a blank cell and a zero value cell in a formula?
formula?marklg said:How do I discriminate between a blank cell and a zero value cell in a
Ragdyer said:What's your definition of "Blank"?
Is it an unused *empty* cell,
OR
a cell that appears empty but contains a zero length text string ( "" )?
Then, what is the formula you're trying to use?
--
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
formula?
The cell is unused. I'm trying to solve an equation of the form ax-b where not all cells in the range of x have values and can be =0. Seems simple enough, but not to me I guess.