Find date from target %

chullan88

New Member
Joined
Dec 4, 2016
Messages
20
Hi,

I have a set of values for dates and corresponding %s

1-Jan-18 8%
1-Feb-18 6%
1-Mar-18 8%

I need a single cell formula to find the particular date at which a target cumulative % is achieved

For Eg, the target cumulative % of 20% will be achieved on 22-Feb-18
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
For Eg, the target cumulative % of 20% will be achieved on 22-Feb-18
I do not understand how cumulative can exceed 20% before March (unless there is already a cumulative value of approx 8% at 31-Dec-17)
The method is correct, but my table exceeds 20% on 26 March :)

I would create a table with a cumulative value for EVERY day and look up the value in that table with a simple formula in the cell
- dates must be sequential earlier to later for this formula to work

=INDEX(A:A,MATCH(0.2,D:D,1)+1)


Excel 2016 (Windows) 32 bit
A
B
C
D
E
F
G
1
DatesMonth's
Target
Daily
Target
Cum
2
01-Jan-19​
8%​
0.26%​
0.26%​
26/03/2019​
=INDEX(A:A,MATCH(0.2,D:D,1)+1)
3
02-Jan-19​
8%​
0.26%​
0.52%​
4
03-Jan-19​
8%​
0.26%​
0.78%​
5
04-Jan-19​
8%​
0.26%​
1.04%​
6
05-Jan-19​
8%​
0.26%​
1.30%​
7
... etc
8
9
30-Jan-19​
8%​
0.26%​
7.80%​
10
31-Jan-19​
8%​
0.26%​
8.06%​
11
01-Feb-19​
6%​
0.19%​
8.25%​
12
02-Feb-19​
6%​
0.19%​
8.44%​
13
... etc
14
15
27-Feb-19​
6%​
0.19%​
13.19%​
16
28-Feb-19​
6%​
0.19%​
13.38%​
17
01-Mar-19​
8%​
0.26%​
13.64%​
18
02-Mar-19​
8%​
0.26%​
13.90%​
19
... etc
20
21
24-Mar-19​
8%​
0.26%​
19.62%​
22
25-Mar-19​
8%​
0.26%​
19.88%​
23
26-Mar-19​
8%​
0.26%​
20.14%​
24
27-Mar-19​
8%​
0.26%​
20.40%​
25
28-Mar-19​
8%​
0.26%​
20.66%​
26
29-Mar-19​
8%​
0.26%​
20.92%​
27
30-Mar-19​
8%​
0.26%​
21.18%​
28
31-Mar-19​
8%​
0.26%​
21.44%​
Sheet: Sheet2
 
Upvote 0

Forum statistics

Threads
1,213,487
Messages
6,113,943
Members
448,534
Latest member
benefuexx

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top