Hi there,
I'm working with a data sheet and am trying to get the Nth largest value in a specific column based on multiple criteria. My single criteria formula works fine, this is it:
={LARGE(IF('Sheet1'!C:C=3,ABS('Sheet1'!W:W),""),1)}
However, I run into the #VALUE! error once I add another...