You gave me the formula below which works fine for the populated rows.
IF(D17="","",IF(ISNUMBER(SEARCH("Terminal",D17)),"Term",IF(ISNUMBER(SEARCH("Wire",D17)),"Wire","Other")))
However, the unused rows have this in the reference cell:
=CHANGE MATRIX '!E27
This is returning "Other" on all the unused rows. So, in the example above D17 is not really empty.
I need the unused cells to remain empty of "Term", "Wire" or "Other"
IF(D17="","",IF(ISNUMBER(SEARCH("Terminal",D17)),"Term",IF(ISNUMBER(SEARCH("Wire",D17)),"Wire","Other")))
However, the unused rows have this in the reference cell:
=CHANGE MATRIX '!E27
This is returning "Other" on all the unused rows. So, in the example above D17 is not really empty.
I need the unused cells to remain empty of "Term", "Wire" or "Other"