A10hammond
New Member
- Joined
- May 8, 2019
- Messages
- 4
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 argument, not sure if using AND() is correct, and my version of excel doesn't have the IFS() function:
={LARGE(IF(AND('Sheet1'!C:C=3,'Sheet1'!E:E="Bank"),ABS('Sheet1'!W:W),""),1)}
Is there an error in my syntax or a correct way to do this?
Working on Windows with Excel 2016.
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 argument, not sure if using AND() is correct, and my version of excel doesn't have the IFS() function:
={LARGE(IF(AND('Sheet1'!C:C=3,'Sheet1'!E:E="Bank"),ABS('Sheet1'!W:W),""),1)}
Is there an error in my syntax or a correct way to do this?
Working on Windows with Excel 2016.