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...