Hi all,
I've been wrangling with a problem all day and am hoping someone can help put me out of my misery. I have a dataset of tasks and their start dates (the actual dataset is much larger than the example) and I want to display the next 10 upcoming tasks in the future based on todays date. I've used a comination of INDEX, MATCH, SMALL and IF to produce an almost working result. The issue is when there are duplicate values (i.e. multiple tasks occuring on the same date) - I've coloured in pink the offending items - where the first example of the instance is duplicated.
Any thoughts or suggestions would be very much appreciated!
The formula I'm using is: =IFERROR(INDEX($B$4:$B$18,MATCH(SMALL(IF($C$4:$C$18>TODAY(),$C$4:$C$18),E4),$C$4:$C$18,0)),"")
Apologies for not using the plug-in to copy the data. The security on my device won't allow it
I've been wrangling with a problem all day and am hoping someone can help put me out of my misery. I have a dataset of tasks and their start dates (the actual dataset is much larger than the example) and I want to display the next 10 upcoming tasks in the future based on todays date. I've used a comination of INDEX, MATCH, SMALL and IF to produce an almost working result. The issue is when there are duplicate values (i.e. multiple tasks occuring on the same date) - I've coloured in pink the offending items - where the first example of the instance is duplicated.
Any thoughts or suggestions would be very much appreciated!
The formula I'm using is: =IFERROR(INDEX($B$4:$B$18,MATCH(SMALL(IF($C$4:$C$18>TODAY(),$C$4:$C$18),E4),$C$4:$C$18,0)),"")
Apologies for not using the plug-in to copy the data. The security on my device won't allow it