Formula to pull in start/finish dates?

rlexcel101

New Member
Joined
Apr 11, 2018
Messages
48
Hi all struggling with figuring out how to pull in start and finish dates from a cash flow.

Say I have:

Jan 19 Feb 19 Mar 19 Apri 19..etc

$xxx. $xx



For this example..the start would be Jan and finish would be Feb.

How would I create a formula for this?
 
Last edited:

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Excel 2010
ABCDEFGHIJKL
11/1/20192/1/20193/1/20194/1/20195/1/20196/1/20197/1/20198/1/20199/1/201910/1/201911/1/201912/1/2019
2345992337
3
4start3/1/2019
5finish10/1/2019
Sheet2
Cell Formulas
RangeFormula
B5=INDEX($A$1:$L$1,MATCH(99999999999999900,$A$2:$L$2,1))
B4{=INDEX($A$1:$L$1,MATCH(TRUE,$A$2:$L$2<>"",0))}
Press CTRL+SHIFT+ENTER to enter array formulas.


lookup can return the end date also
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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