Jon,
They are formulae, and yes, na() does "mess up" other formulae so isn't a
practical solution. The 2 column solution, while it does work (and is what
I'll do) is, IM(not so)HO, ugly...
Why, oh why, can't microsoft "do it right"??? (don't answer that one :-)
Bruce
> Bruce -
>
[quoted text clipped - 34 lines]
>> Thanks
>> Bruce

Signature
+-------------------+---------------------------------------------------+
Bruce Bowler | Civilization is a race between education and
1.207.633.9600 | catastrophe. - H. G. Wells
bbowler@bigelow.org |
+-------------------+---------------------------------------------------+
dvt - 31 Oct 2003 20:30 GMT
> Jon,
>
> They are formulae, and yes, na() does "mess up" other formulae so isn't a
> practical solution. The 2 column solution, while it does work (and is
> what
> I'll do) is, IM(not so)HO, ugly...
You have one other option. In the other formulae that are messed up,
precondition them like this:
=IF(ISERROR(cell with N/A), <appropriate response for error condition>,
<your formula>)

Signature
Dave
dvt at psu dot edu