My title might be confusing. So, here goes.
I'm attempting to create a summary sheet of sorts for a weekly schedule. There are multiple tables throughout the workbook that represent days of the week and tasks for each day. View a portion of one of those tables in my "Thursday" tab below:
I would like for one cell in the summary sheet to call out each unique piece of equipment and add the description of the task with the greatest Total Hours. In other words, based on the sample above, I need a formula for a cell that provides the following output:
BMHT246 - RR KOM 830E AC BED SWAP
BMDZ454 - CAT854K-TIER4-CPM
What I have to this point is shown below:
The formula I currently have is:
I really appreciate everyone's help! Thanks in advance.
I'm attempting to create a summary sheet of sorts for a weekly schedule. There are multiple tables throughout the workbook that represent days of the week and tasks for each day. View a portion of one of those tables in my "Thursday" tab below:
I would like for one cell in the summary sheet to call out each unique piece of equipment and add the description of the task with the greatest Total Hours. In other words, based on the sample above, I need a formula for a cell that provides the following output:
BMHT246 - RR KOM 830E AC BED SWAP
BMDZ454 - CAT854K-TIER4-CPM
What I have to this point is shown below:
The formula I currently have is:
Excel Formula:
=TEXTJOIN(CHAR(10),TRUE,UNIQUE(Thursday!$A$4:$A$25,FALSE))
I really appreciate everyone's help! Thanks in advance.