Hello...been forever since I have posted here but I have hit a roadblock and the fine folks at MrExcel always come through ![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
See sample table below...I am attempting to find a formula that applies the column header (dates) into the LastDate column based on the last data entry for each person (represent hours per for each month). The end game is to find out when each persons last date of project work is supposed to be. The expected results were manually put into the LastDate column as shown below. I have hundreds of rows in the actual file I figured out the formula to find the cell that HAS the last row of data (using INDEX MATCH and ISBLANK), but I am unsure how to then also retrieve the applicable date header 'above' (so to speak).
Any help is greatly appreciated. Thanks.
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
See sample table below...I am attempting to find a formula that applies the column header (dates) into the LastDate column based on the last data entry for each person (represent hours per for each month). The end game is to find out when each persons last date of project work is supposed to be. The expected results were manually put into the LastDate column as shown below. I have hundreds of rows in the actual file I figured out the formula to find the cell that HAS the last row of data (using INDEX MATCH and ISBLANK), but I am unsure how to then also retrieve the applicable date header 'above' (so to speak).
Any help is greatly appreciated. Thanks.
Name/Date | 31-Jan-25 | 28-Feb-25 | 31-Mar-25 | 30-Apr-25 | 31-May-25 | 30-Jun-25 | Last Date |
Joe | 10 | 10 | 5 | 5 | 30-Apr-25 | ||
Jen | 20 | 20 | 20 | 20 | 20 | 20 | 30-Jun-25 |
Tim | 10 | 31-Jan-25 | |||||
John | 5 | 5 | 5 | 31-Mar-25 | |||
Bill | 20 | 20 | 28-Feb-25 | ||||