weasel_girl
New Member
- Joined
- Sep 12, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi,
I have a data from a survey and I would like to look up whether a cell contains specific answer keys and then return an appropriate response.
In the example below, I want to look in the Data column, if the data cell contains "F1" AND "F2" AND "F3" then the response column would be "Yes", otherwise the response should be "No". I'm stuck on how to construct the AND statement to use with the search function. Help gratefully appreciated!
I have a data from a survey and I would like to look up whether a cell contains specific answer keys and then return an appropriate response.
In the example below, I want to look in the Data column, if the data cell contains "F1" AND "F2" AND "F3" then the response column would be "Yes", otherwise the response should be "No". I'm stuck on how to construct the AND statement to use with the search function. Help gratefully appreciated!
Data | Response |
F1 - v56; F2 - v59; F3 - t66 | Yes |
F1 - v56; F2 - v59; F3 - t66 | Yes |
F1 - v56; F2 - v59 | No |
F3 - t66 | No |