Dear all,
I have a file where I have dates in column A (Jan 1,2 etc), daily sales in column B and YTD sales in column C.
I would like to find the date when my YTD sales rise above 1.000 (or any number).
If I knew that the YTD sales will be exactly 1.000 I could use index() + match(). But this is unlikely to be the case.
In the example below, I would like the formula to return Feb 19.
Date daily ytd
18/fev 22 991
19/fev 11 1002
20/fev 18
1020
Any help would be appreciated.
Regards
Bjorn
I have a file where I have dates in column A (Jan 1,2 etc), daily sales in column B and YTD sales in column C.
I would like to find the date when my YTD sales rise above 1.000 (or any number).
If I knew that the YTD sales will be exactly 1.000 I could use index() + match(). But this is unlikely to be the case.
In the example below, I would like the formula to return Feb 19.
Date daily ytd
18/fev 22 991
19/fev 11 1002
20/fev 18
1020
Any help would be appreciated.
Regards
Bjorn