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