Hi, so basically I've got a spreadsheet which people can input data into a cell, and I want a function that will search that cell for a keyword and output something into a separate cell if that keyword is present
What I've got so far:
=IF(SEARCH("Email", F29),A2 "Email Present", "No Email Present"))
At the moment it just returns with:
There's a problem with this formula.
Not trying to type a formula?
When the first character is an equal (=) or minus (-) sign, Excel thinks it's a formula:
• you type: =1+1, cell shows: 2
To get around this, type an apostrophe ( ' ) first:
• you type: '=1+1, cell shows: =1+1
Bookmarks