wonderfulsomebody123
New Member
- Joined
- Jan 13, 2021
- Messages
- 20
- Office Version
- 2007
- Platform
- Windows
Currently I'm using the below formula successfully to bring up a date of a latest left digit in a sequence of two digits:
{=LOOKUP(2,1/("0"=LEFT(C:C,1)),A:A)}
What I want is the same above formula to instead bring up not the last date but the second last date. For example:
Right now, my formula above would bring up April 18, 2018. However, I want it to bring up April 16, 2018... not the last date, but the second last date with a particular left digit.
Please help! Thank you
{=LOOKUP(2,1/("0"=LEFT(C:C,1)),A:A)}
What I want is the same above formula to instead bring up not the last date but the second last date. For example:
April 16, 2018 | 13 |
April 17, 2018 | 25 |
April 18, 2018 | 13 |
Right now, my formula above would bring up April 18, 2018. However, I want it to bring up April 16, 2018... not the last date, but the second last date with a particular left digit.
Please help! Thank you