Matt_Chelmsford
Board Regular
- Joined
- Jan 31, 2009
- Messages
- 160
Hi,
I have a data set of about 500 lines
In Column B I have contract codes
In Column C I have account numbers
In Column T I have total costs
For each Contract, I need to extract the 10 largest accounts value and return the account number to another sheet.
If it was just one contract and no criteria, then this formula would work me, but the criteria has stumped me!
=OFFSET(T1,match(Large(T:T,1),T:T,0),-17,1,1)
Any help given will be gratefully appreciated
Matthew
I have a data set of about 500 lines
In Column B I have contract codes
In Column C I have account numbers
In Column T I have total costs
For each Contract, I need to extract the 10 largest accounts value and return the account number to another sheet.
If it was just one contract and no criteria, then this formula would work me, but the criteria has stumped me!
=OFFSET(T1,match(Large(T:T,1),T:T,0),-17,1,1)
Any help given will be gratefully appreciated
Matthew