NeverSayDie
New Member
- Joined
- Mar 16, 2011
- Messages
- 8
Hello everybody, my 1st post.
I have checked for similiar posts here but not quite what I need.
I need assistance with a formula to return all unique values pertaining to just one criteria from an ever expanding data base. It is to be non VBA and not using filters. The data is Horse Racing results entered on a sheet called 'Race Resuts'.
On that sheet I have named ranges:- 'TRK' = Col 'C' and 'DIST' = Col 'G'
On sheet 'TRACK DETAILS' in $B$5 I enter the Track Name and then from $A$8:$A$37 I want the ALL the Unique distances related to that track to be inputed. I have a helper Col $I$8:$I$37 with numbers 1 to 30 for the formula I tried [that doesn't bring unique values but all repeated values as well].
I tried this failed formula:-
{=IF(ISERROR(LARGE(IF(TRK,=$B$5,DIST),"",LARGE(IF(TRK=$B$5,DIST),$I8))} .... copied down. My guess is that I may have to use ROW ... but I have tried and failed because it is beyond my capability.
Thanks for any help.
I have checked for similiar posts here but not quite what I need.
I need assistance with a formula to return all unique values pertaining to just one criteria from an ever expanding data base. It is to be non VBA and not using filters. The data is Horse Racing results entered on a sheet called 'Race Resuts'.
On that sheet I have named ranges:- 'TRK' = Col 'C' and 'DIST' = Col 'G'
On sheet 'TRACK DETAILS' in $B$5 I enter the Track Name and then from $A$8:$A$37 I want the ALL the Unique distances related to that track to be inputed. I have a helper Col $I$8:$I$37 with numbers 1 to 30 for the formula I tried [that doesn't bring unique values but all repeated values as well].
I tried this failed formula:-
{=IF(ISERROR(LARGE(IF(TRK,=$B$5,DIST),"",LARGE(IF(TRK=$B$5,DIST),$I8))} .... copied down. My guess is that I may have to use ROW ... but I have tried and failed because it is beyond my capability.
Thanks for any help.