Say I have 60 cells with varying values and I want another cell to state True or False if ALL cells exceed 10. How could I implement this into a simple formula?
Example
A1: 10
A2: 15
A3: 9
A4: 20
The formula asking if the range A1:A4 all have values that are >= 10 would be false.
Thanks in advance.
Bookmarks