Hello,
I have been trying to get this formula to work, and it appears it only works when it wants to and I cannot figure out why. Can anyone assist? Perhaps a whole new formula suggestion?
What I'm trying to do: I have a spreadsheet with several columns of data, but I want the formula to read only two entire columns for a specific criteria for each column, then display the most recent date based off the criteria. I do not need to total up the criteria, just display the last date.
This is what I have so far:
=IF((AND(Sheet2!A:A=B2,Sheet2!B:B="Game: Counter Strike - Source")),MAX(Sheet2!C:C))
I have this in a table, header as "last date" which is (C2), the B2 in my table would be where criteria would be typed in.
So basically, my table should pull the last date from based off the criteria from raw data in sheet2, that is entered in to B2 on sheet1 and is "Game: Counter Strike - Source".
Thanks for the help in advance.
Bookmarks