Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to find the X most recent results for a given tennis player in a table like the one in this link: https://www.flickr.com/photos/134075.../shares/SM921b
So the desired result would be e.g. 'of Andy Murray's 10 most recent games, 6 were wins and 4 were losses'. I've tried using the large function with the date field in different ways but nothing seems to work. E.g. =COUNTIFS($A$2:$A$30,"andy murray",$B$2:$B$30,LARGE($B$2:$B$30,{1,2,3,4,5}),$ C$2:$C$30,"W") =AND($A$2:$A$30="andy murray",$B$2:$B$30=LARGE($B$2:$B$30,1),$C$2:$C$30= "W") Repeating this last one when k=2, k=3 etc. Everything I've tried has returned either error messages or incorrect results. Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting # of Formulas in a column with formulas and entered data | Excel Worksheet Functions | |||
ms-excel guidence notes, complete formulas in excel, How to runmacros in Ms excel | Excel Discussion (Misc queries) | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions | |||
AdvancedFilter on cells with formulas, returning values and not formulas | Excel Programming | |||
Excel recalculates formulas when opening files last saved by an earlier version of Excel | Excel Programming |