Historically calculating weeks waiting by week

Benjamest

New Member
Joined
Oct 26, 2016
Messages
1
Hi all,

I have a table of customer who are awaiting or have had a procedure in a table like this:
Customer IDProcedureRequest DateCompletion Date
0001Echo2018-04-022018-05-05
0002Echo2018-05-062018-05-27
0003TILT2018-05-072018-05-20
0004Echo2018-05-19

<tbody>
</tbody>

These procedures should be done within six weeks but can take longer. What I'm wanting to be able to see is by procedure how many customers were waiting at each week by how many weeks they have been waiting. E.g.

EchoWeek 1Week 2Week 3Week 4Week 5Week 6
02/04/181
09/04/181
16/04/181
23/04/181
30/04/1811
07/05/181
14/05/181
21/05/181
28/05/181

<tbody>
</tbody>

I have about 120k rows with a variety of 20 procedures. I'm happy to use VBA or formula, and can add additional columns the the table if needed.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,215,042
Messages
6,122,810
Members
449,095
Latest member
m_smith_solihull

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