peterderrington
New Member
- Joined
- Aug 6, 2019
- Messages
- 26
- Office Version
- 2019
- Platform
- Windows
Morning,
I have a calculation that looks at the values of a range of cells in a row:
{=IF(ISNUMBER(SEARCH("Yes",AG2:AJ2)),"Yes","")}
This returns an answer of "Yes" if it discovers a "Yes" in any of the 4 cells and leaves it blank if it doesn't discover any.
I would also like it to return an answer of "No" if it finds all 4 cells with "No" in them.
Any ideas?
Thanks
I have a calculation that looks at the values of a range of cells in a row:
{=IF(ISNUMBER(SEARCH("Yes",AG2:AJ2)),"Yes","")}
This returns an answer of "Yes" if it discovers a "Yes" in any of the 4 cells and leaves it blank if it doesn't discover any.
I would also like it to return an answer of "No" if it finds all 4 cells with "No" in them.
Any ideas?
Thanks