rwmill9716
Active Member
- Joined
- May 20, 2006
- Messages
- 493
- Office Version
- 2013
- Platform
- Windows
Cell CF8 = MATCH(Date(Year(CF5), Month(CF5), Day(CF5)), $CG:$CG)
Cell CF9 = MATCH(Date(Year(CF6), Month(CF6), Day(CF6)), $CG:$CG)
I'm reading dates in CF5 and CF6, and then finding the row number in column CG where these dates can be found. Row 9 is the last appearance of 3/1/2018 and Row 15 the last appearance of 3/31/2018. What I need is a formula for cell CF9 that identifies the first appearance of 3/1/2018, i.e., 8 in cell CF8.
Cell CF9 = MATCH(Date(Year(CF6), Month(CF6), Day(CF6)), $CG:$CG)
I'm reading dates in CF5 and CF6, and then finding the row number in column CG where these dates can be found. Row 9 is the last appearance of 3/1/2018 and Row 15 the last appearance of 3/31/2018. What I need is a formula for cell CF9 that identifies the first appearance of 3/1/2018, i.e., 8 in cell CF8.
Excel 2012 | ||||
---|---|---|---|---|
CF | CG | |||
5 | 3/1/2018 | |||
6 | 3/31/2018 | |||
7 | 2/29/18 | |||
8 | 9 | 3/1/2018 | ||
9 | 15 | 3/1/2018 | ||
10 | 3/31/2018 | |||
11 | 3/31/2018 | |||
12 | 3/31/2018 | |||
13 | 3/31/2018 | |||
14 | 3/31/2018 | |||
15 | 3/31/2018 | |||
HMD |