I'm trying to see which day of the week had the most sales each month. Column A is # of Sales. I'm currently using this formula =VLOOKUP(MAX(A$44:A$50),A$44:B$50,2,FALSE)
Because this formula can only return one value, it will return "Sunday" since it is the first in column B with highest value, even though it is equal to "Tuesday"
How can I have it tell me Sunday and Tuesday both were the highest for that month?