Index Match to determine start and end dates of a project task

M1donne

New Member
Joined
Apr 7, 2014
Messages
44
Hi all,

I am familiar (to an extent) on INDEX MATCH but want to incorporate it into telling me the start date and end date of a project, based on and 'x' in every week in which the project 'task' occurs.

I have attached a screenshot of what (in simple terms) I need but I don't think it's quite as simple as an INDEX MATCH

Any help would be greatly appreciated.

Regards

M1donne
 

Attachments

  • Capture.PNG
    Capture.PNG
    33.1 KB · Views: 6

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Maybe...

Book1
ABCDEFGHIJKLMNOP
1
2Date01/11/201908/11/201915/11/201922/11/201929/11/201906/12/201913/12/201920/12/201927/12/201903/01/202010/01/202017/01/202024/01/2020
3xxxxx
4Start Date22/11/2019
5End Date20/12/2019
6Duration5
Plan3
Cell Formulas
RangeFormula
B4B4=INDEX(D2:P2,MATCH("x",D3:P3,0))
B5B5=LOOKUP(2,1/(D3:P3="x"),D2:P2)
B6B6=COUNTIF(D3:P3,"x")
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

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