Hi all,
I've had a look through MrExcel (and other websites) and I'm struggling to adapt the answers found there to my problem.
I currently have the following that refers to a single date (K2):
However I need to change the formula so that it ranges from one date (K2) to another (let's go with P2).
Is it possible to adapt the formula I currently use or will I have to go back to square one?
Thank in advance
I've had a look through MrExcel (and other websites) and I'm struggling to adapt the answers found there to my problem.
I currently have the following that refers to a single date (K2):
Code:
[FONT=Calibri][SIZE=3][COLOR=#000000]=IF(SUMPRODUCT( -- ($J$2 = Data'!$Y$2:$Y$5000), -- (AF5= Data!$AP$2:$AP$5000),('Data'!$AQ$2:$AQ$5000))<1,"",SUMPRODUCT(-- ($J$2 = Data!$Y$2:$Y$5000), -- (AF5= Data!$AP$2:$AP$5000),(Data!$AQ$2:$AQ$5000)))[/COLOR][/SIZE][/FONT]
However I need to change the formula so that it ranges from one date (K2) to another (let's go with P2).
Is it possible to adapt the formula I currently use or will I have to go back to square one?
Thank in advance