J
JD
Lets say I have 50 sheets, one for each state. I also have a sheet
that has a years worth of data.
So the data sheet has something like this (simplified)
State Month Amount User
RI Jan 5100 1234
RI Jan 5101 1235
RI Jan 5001 1244
RI Feb 5100 1234
RI Feb 5111 4343
RI Feb 5122 2343
RI Feb 5122 2343
RI Feb 4900 3234
RI Mar 5100 2344
TX Jan 5100 2345
TX Feb 8999 0989
Etc
I want to find the top 3 Users where
1. The state equals a cell
2. The month equals a cell.
3. The amount is over a certain amount ( can be hardcoded as 5000)
So each state sheet looks something like this…
RI
Feb
User Amount
And I need it to return the top three amounts (and the User) per
state. I have been using Match and Large to try to pull them, but I'm
not getting anything to quite work. Getting close, but not quite.
Having ties is not an issue for what I need.
Thanks a ton in advance for any assistance.
that has a years worth of data.
So the data sheet has something like this (simplified)
State Month Amount User
RI Jan 5100 1234
RI Jan 5101 1235
RI Jan 5001 1244
RI Feb 5100 1234
RI Feb 5111 4343
RI Feb 5122 2343
RI Feb 5122 2343
RI Feb 4900 3234
RI Mar 5100 2344
TX Jan 5100 2345
TX Feb 8999 0989
Etc
I want to find the top 3 Users where
1. The state equals a cell
2. The month equals a cell.
3. The amount is over a certain amount ( can be hardcoded as 5000)
So each state sheet looks something like this…
RI
Feb
User Amount
And I need it to return the top three amounts (and the User) per
state. I have been using Match and Large to try to pull them, but I'm
not getting anything to quite work. Getting close, but not quite.
Having ties is not an issue for what I need.
Thanks a ton in advance for any assistance.