I am trying to write a formula where if the data in cell D2 contains any specific partial words, that it'll return what category it's in. Currently I have "yay" or "nay", but that'll change. Below is the current formula I am using.
=IF(REGEXMATCH(D4,"*VEN*"),"YAY","NAY")
=IF(REGEXMATCH(D4,"*VEN*"),"YAY","NAY")