camilaarbigaus
New Member
- Joined
- Apr 17, 2024
- Messages
- 5
- Office Version
- 2016
- Platform
- Windows
Hi all, I am trying to do an index match with multiple criteria, but not to return an exact value and I'm having trouble doing it.
Can anybody help?
The idea is the following: I need to find the payment value (column B) for occurence #55 in IL
If there was no "state" column, I would use the formula:
=INDEX(B:B,MATCH(55,C:C)+1)
But if I don't filter by state, it will return the value from FL (200) instead of 400
Any ideas on how to solve this?
Thank you so much!!
Can anybody help?
The idea is the following: I need to find the payment value (column B) for occurence #55 in IL
If there was no "state" column, I would use the formula:
=INDEX(B:B,MATCH(55,C:C)+1)
But if I don't filter by state, it will return the value from FL (200) instead of 400
state | payment | number of occurences (cumulative) |
IL | 100 | 1 |
IL | 200 | 3 |
IL | 300 | 50 |
IL | 400 | 140 |
IL | 500 | 149 |
FL | 100 | 1 |
FL | 200 | 56 |
Any ideas on how to solve this?
Thank you so much!!