How can I collect data from each column and row?
Below you will see each column with an associates name at the top. On the side of the grid you will see the list of dates. I need to pull that data to another grid by needing to know on each date what someone worked.
Example on 11/02: I need to know how many hours Angela Worked.
I'm trying to use a Join/Collect option to pull all that data into a cell based on name and date, but not having any luck.
=JOIN(COLLECT({Downtime Daily all Associates Range 7}, {Downtime Daily all Associates Range 4}, FIND(Staff@row, @cell) > 0, {Downtime Daily all Associates Range 3}, @cell = Parent@row))