Hi
Im currently using this formula below to pick out the 1st/2nd/3rd/4th etc latest Activity dates when a criteria is met in the source data (changing the 3 at the end as required)
The Match is in Column A and the dates are being picked up from column C (The example below is looking for matches to Activity 1)
The results are then placed in column F (rows 2 down to 11) as it is looking for the latest 10 dates
{=INDEX($C$2:$C$11,SMALL(IF($F$1=$A$2:$A$11,ROW($A$2:$A$11)-ROW($A$2)+1),3)}
How would i get the corresponding activity description from column B to appear in column E.
would i need to create some form of an offset command based on the above formula?
Im using Excel Office 365
Thanks
Im currently using this formula below to pick out the 1st/2nd/3rd/4th etc latest Activity dates when a criteria is met in the source data (changing the 3 at the end as required)
The Match is in Column A and the dates are being picked up from column C (The example below is looking for matches to Activity 1)
The results are then placed in column F (rows 2 down to 11) as it is looking for the latest 10 dates
{=INDEX($C$2:$C$11,SMALL(IF($F$1=$A$2:$A$11,ROW($A$2:$A$11)-ROW($A$2)+1),3)}
How would i get the corresponding activity description from column B to appear in column E.
would i need to create some form of an offset command based on the above formula?
Im using Excel Office 365
Thanks
Last edited: