Hello,
I have a table which includes 21 columns, and roughly 275 rows. Column A list employee ID's, and columns B through V list on-line trainings that each employee must complete (1-20 training tests). The rows of data displays dates for each training that was completed.
I would like to return two data elements for each employee, the latest training they completed (column header), and the date it was completed on. Thus, I attempted to write two formulas in Columns W and X. In column W, I wrote a MAX Formula to return the latest, and in column X, I wrote an index and match formula, to return the corresponding header.
The issue I am running into, is that if an employee has completed multiple trainings on the same date, the index and match formula is retuning the first column header (because of multiple matching dates). My question is: how do I force the index and match formula to return the headers from right to left? NOTE: I am not able to reorder the data table, as other people will need to review it once I am finished.
Or, should I use a different set of formulas?
Best Regards,
Ant
I have a table which includes 21 columns, and roughly 275 rows. Column A list employee ID's, and columns B through V list on-line trainings that each employee must complete (1-20 training tests). The rows of data displays dates for each training that was completed.
I would like to return two data elements for each employee, the latest training they completed (column header), and the date it was completed on. Thus, I attempted to write two formulas in Columns W and X. In column W, I wrote a MAX Formula to return the latest, and in column X, I wrote an index and match formula, to return the corresponding header.
The issue I am running into, is that if an employee has completed multiple trainings on the same date, the index and match formula is retuning the first column header (because of multiple matching dates). My question is: how do I force the index and match formula to return the headers from right to left? NOTE: I am not able to reorder the data table, as other people will need to review it once I am finished.
Or, should I use a different set of formulas?
Best Regards,
Ant