M
ManosS
I am using this function successfully
=IF(NOT(ISERROR(FIND(" FLR",AC11))),FIND("
FLR",AC11),IF(NOT(ISERROR(FIND("FLOOR",AC11))),FIND("FLOOR",AC11),
IF(NOT(ISERROR(FIND(" RM ",AC11))),FIND(" RM ",AC11),
IF(NOT(ISERROR(FIND(" ROOM ",AC11))),FIND(" ROOM ",AC11),
IF(NOT(ISERROR(FIND("SUITE",AC11))),FIND("SUITE",AC11))))))
However, if I add another row, Excel tells me I have an error and
highlights the very next FIND
IF(NOT(ISERROR(FIND("BLDG",AC11))),FIND("BLDG",AC11)
I did not think this was exceeding the limit on 7 nested functions. Can
someone educate me?
Thank you
Also - I cannot seem to get this FIND to work to locate occurences of
#. Any suggestions on that are welcome.
IF(NOT(ISERROR(FIND("#",AC1115))),FIND("#",AC1115)," ")
=IF(NOT(ISERROR(FIND(" FLR",AC11))),FIND("
FLR",AC11),IF(NOT(ISERROR(FIND("FLOOR",AC11))),FIND("FLOOR",AC11),
IF(NOT(ISERROR(FIND(" RM ",AC11))),FIND(" RM ",AC11),
IF(NOT(ISERROR(FIND(" ROOM ",AC11))),FIND(" ROOM ",AC11),
IF(NOT(ISERROR(FIND("SUITE",AC11))),FIND("SUITE",AC11))))))
However, if I add another row, Excel tells me I have an error and
highlights the very next FIND
IF(NOT(ISERROR(FIND("BLDG",AC11))),FIND("BLDG",AC11)
I did not think this was exceeding the limit on 7 nested functions. Can
someone educate me?
Thank you
Also - I cannot seem to get this FIND to work to locate occurences of
#. Any suggestions on that are welcome.
IF(NOT(ISERROR(FIND("#",AC1115))),FIND("#",AC1115)," ")