Hey Mike,
I'm not sure I can easily explain what I'm doing to produce the results for
B2 and B3 which is really M2 and N2 on my excel worksheet but I'll give it a
shot.
The data in cell K2 is a router port (t1-0/0/0:1:1), cell L2 is the router
status which is either (null) or #N/A (depending on the port type) and cell
M2 produces "TRUE" if the status in (null) and N2 produces "TRUE" if the
status is #N/A. O2 would use the formula that you provided me which will
produce "TRUE" if either M2 or N2 is "TRUE".
Cell M2 uses the following formula to produce a "TRUE" statement:
=SUBSTITUTE(B2,"(null)","TRUE")
Cell N2 uses the following formula to produce a "TRUE":
=ISNA(L46) produces "TRUE" if the cell contains #N/A
Example:
K2 L2 M2 N2 O2
Router Port |Port Status |Status if (null) |Status if #N/A |Port Spare
t1-0/0/0:1:1 |(null) |TRUE |FALSE |TRUE
lsq-0/1/0.1 |#N/A |FAlSE |TRUE |TRUE
Clear as mud?
Thanks,
Jaret