DRExcel515
Board Regular
- Joined
- Oct 20, 2017
- Messages
- 56
I have a list of dates 12/31/2017, 11/30/2017 etc. in column B going back in most cases 15 years on a rolling month end basis. I was able to use this formula to pull in the oldest date:
MINA(INDEX('SQL Dump'!C:C,MATCH(Calcs!B3,'SQL Dump'!B:B,0))) This pulls in the oldest date for each identifier correctly, but I tried using a similar formula but with MAXA to grab the latest month end date for each identifier, but it doesn't work.
Any suggestions would be much appreciated.
Thank you,
MINA(INDEX('SQL Dump'!C:C,MATCH(Calcs!B3,'SQL Dump'!B:B,0))) This pulls in the oldest date for each identifier correctly, but I tried using a similar formula but with MAXA to grab the latest month end date for each identifier, but it doesn't work.
Any suggestions would be much appreciated.
Thank you,