I have a column of about 1000 rows with either a value of "OK" or Name?" in the cells.
In a cell at the top of the column I want to return "OK" if all the cells have "OK" or "Name?" if at least one of them has "Name?"
I assume I would need to combine an IF statement with a lookup function, but I'm not sure how to do this
In a cell at the top of the column I want to return "OK" if all the cells have "OK" or "Name?" if at least one of them has "Name?"
I assume I would need to combine an IF statement with a lookup function, but I'm not sure how to do this