W
wynn
I want to check if a cell contains a value, i.e.
return "yes" if A2 contains "Bob"
A2 = "Bob goes to the store"
return "yes" if A2 contains "Bob"
A2 = "Bob goes to the store"
I want to check if a cell contains a value, i.e.
return "yes" if A2 contains "Bob"
A2 = "Bob goes to the store"
wynn said:I want to check if a cell contains a value, i.e.
return "yes" if A2 contains "Bob"
A2 = "Bob goes to the store"