A
andibevan
I have a spreadsheet which logs the scores players achieve in eac
cricket match of a season. Producing something similar to this:-
A B
Mark 74
Matt 33
James45
Mark 36
Matt 64
James134
I need a user function that could be used to produce a table of the to
scores each player has achieved.
i.e.
Name Top Score
Mark X
Matt X
James X
Essentially I need the user function to search column a for all record
that match the selected name and then produces (/outputs) the maximu
value in column B
I have tried to use the DMAX function but can only get it to work fo
one item at a time.
Any help would be gladly receive
cricket match of a season. Producing something similar to this:-
A B
Mark 74
Matt 33
James45
Mark 36
Matt 64
James134
I need a user function that could be used to produce a table of the to
scores each player has achieved.
i.e.
Name Top Score
Mark X
Matt X
James X
Essentially I need the user function to search column a for all record
that match the selected name and then produces (/outputs) the maximu
value in column B
I have tried to use the DMAX function but can only get it to work fo
one item at a time.
Any help would be gladly receive