How many days it takes for someone to reach a target?

Gareth90

New Member
Joined
Sep 14, 2018
Messages
7
Hi Guys,

I was wondering if I could find out how long it takes for someone in sales to reach a target of say £1000?

My guess is I have to add the sales figures cumulatively and then return the date of when the target was reached?

Not sure where to go after that.

Any help would be great!
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Hi,

Once you have the Date when target is reached, then End Date minus Start Date.
 
Upvote 0
Hi Jtakw

Thank you for your reply.

What sort of formula would I need to return the date?

Can the end date minus the start date be integrated into the orginal formula or does that have to be a separate formula?
 
Upvote 0
.
Here is one way :



A
B
C
D
E
F
G
H
1
Salesman
Total Sales
Days to Goal $1000.00
2
John Q. Public​
$1,098.00​
12​
3
4
Start Date
Sales Amt
5
09/05/18​
$23.00​
6
09/08/18​
$125.00​
7
09/09/18​
$114.00​
8
09/10/18​
$87.00​
Formula C2 : =SUM(B:B)
9
09/11/18​
$176.00​
10
09/13/18​
$147.00​
Formula D2 : =IF(C2>=1000,LARGE(A5:A100,1)-SMALL(A5:A100,1),"")
11
09/14/18​
$215.00​
12
09/17/18​
$211.00​
13
 
Upvote 0
Thank you for the reply Logit that was really useful.

I just wanted to add another dimension to this.

If I had multiple sales people - what would be the best way to show the date when an individual cumulatively reached $1000?
 
Upvote 0
Perhaps if you show a sample of your layout, it'll be easier to understand your requirements and to help you achieve what you need.
 
Upvote 0
I hope this table somewhat shows it:

I would need to find out how long it took someone to reach £1000 from their respective start date:

Posting DateNameMarginStart Date
30/11/2017Jack Doyle 500.00Jack Doyle01/11/2017
01/01/2018Kieran Hall 100.00Kieran Hal01/12/2017
04/02/2018Jack Doyle 800.00Hannah Bailey01/01/2018
06/02/2018Kieran Hall 250.00
30/03/2018Hannah Bailey 190.00
01/04/2018Hannah Bailey 1,500.00
05/04/2018Jack Doyle 600.00
05/04/2018Hannah Bailey 770.00
25/04/2018Kieran Hall 455.00

<tbody>
</tbody>

Let me know if you need any further information - thank you
 
Upvote 0
Thank you Logit.

If I have over 100 sales people what would you recommend the quickest way to do this without making multiple tabs for each person?

Thanks
 
Upvote 0
.


H
I
J
K
1
2
Start Date
Accumulated Sales
Days To Goal
3
Jack Doyle
1/11/2017​
$1,900.00​
613​
4
Kieran Hall
1/12/2017​
$805.00​
5
Hannah Bailey
9/10/2018​
$2,460.00​
6​
6
7
8
9
Formula in J3 and copied down : =SUMIF(B3:B100,H3,C3:C100)
10
11
Formula in K3 and copied down : =IF(J3>=1000,NOW()-I3,"")
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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