Let's say I have 3 columns - of which A and B contain multiple records of the name.
Column A = Color
Column B = Manufacturer
Column C = A number
What I'm looking for is if Column A = "Green" AND Column B = "Microsoft", return the 5th highest value in Column C. (which obviously matches my criteria).
If tried MaxIFs, (Large,5), IF(AND(....and I'm missing something!
Column A = Color
Column B = Manufacturer
Column C = A number
What I'm looking for is if Column A = "Green" AND Column B = "Microsoft", return the 5th highest value in Column C. (which obviously matches my criteria).
If tried MaxIFs, (Large,5), IF(AND(....and I'm missing something!