I have this in cell K5:
=IF(OR(ISNUMBER(SEARCH({"SLAB - GL","SLAB - GR"},$G5))),"Slab","Floor Plans")
I would like to combine that with this:
=IF(OR(ISNUMBER(SEARCH({"Open Web"},$G5))),"Open Web","Floor Plans")
I ended up with this, but it gives me a #VALUE!:
=IF(OR(ISNUMBER(SEARCH({"SLAB -...