Hello, I am trying to write a formula that returns a true/false result based on whether all values in a range are greater than a reference number. I've tried several combinations of IF, COUNTIF, AND, and NOT but I can't find the right combo. Example of the table below. I have the target number in the first cell, and then the actual accrued number in the rest of the row. I want to add a column at the end of the range that returns true or false if all the actual numbers are larger than the target in column A. I would also like it to disregard blank cells as this is updated in real time at the end of each day.
Daily Target | 11/1 | 11/2 | 11/3 | 11/4 | 11/6 | 11/7 | 11/8 | 11/9 | Target Met Every Day? |
8 | 5 | 10 |