I need to format the output so there is only one cell for the Date field as example below.
This is what I have
Date | Site | Accessioned Volume | Queue | WIP | Oldest in Queue |
2022-09-14 | Mercury | 1,915 | 207,379 | 48,940 | 345 |
2022-09-14 | Neptune | 6,410 | 1,298,511 | 974,361 | 939 |
2022-09-14 | Mars | 1,464 | 1,640,832 | 0 | |
2022-09-14 | Jupiter | 50 | 26 | 49,513 | 3,498 |
2022-09-14 | Earth | 96,725 | 0 | 756 | 0 |
2022-09-14 | Saturn | 4,775 | 0 | 2 | 0 |
2022-09-14 | Venus | 2,317,601 | 139,735 | 132,142 | 3,376 |
2022-09-14 | Total | 2,427,476 | 1,647,115 | 2,846,546 | 8,158 |
This is what I need it to look like.
@TwylaXBlack
I am not sure there is a stting can be done for that purpose.
and if not , maybe we can do something tricky, like hiding other cells of first of your columns.
I was able to hide some cells and get the date the one time. However, the borders are still there in the date column.