Hello
I'm trying to find a way of comparing the value in one cell with the values in multiple cells.
The values in column A contains dates. The values in column B contains all the values I want to compare with each other. To make things a bit clearer, Let's take the value in cell B5 - I like to compare the value in B5 with the value of each of the cells B2, B3, and B4. If B5 is the largest value, return that value. If B4 is the largest value, then return that value; and so on.
Is there a way to use the IF statement to reflect this. Or is there a better function to use in this case?
Thanks!!!
I'm trying to find a way of comparing the value in one cell with the values in multiple cells.
The values in column A contains dates. The values in column B contains all the values I want to compare with each other. To make things a bit clearer, Let's take the value in cell B5 - I like to compare the value in B5 with the value of each of the cells B2, B3, and B4. If B5 is the largest value, return that value. If B4 is the largest value, then return that value; and so on.
Is there a way to use the IF statement to reflect this. Or is there a better function to use in this case?
Thanks!!!