M
micahjday
I currently have a project of about 11,000 rows that essentially
should be about 3,300 rows.
the data is looks something like this:
Company Mon Tues Wed
ABC 24
ABC 32
ABC 16
I would like it to look like this:
Company Mon Tues Wed
ABC 24 32 16
Is there an easy way to merge the unneeded cells and make it one row
instead of three for the same company?
Thanks
should be about 3,300 rows.
the data is looks something like this:
Company Mon Tues Wed
ABC 24
ABC 32
ABC 16
I would like it to look like this:
Company Mon Tues Wed
ABC 24 32 16
Is there an easy way to merge the unneeded cells and make it one row
instead of three for the same company?
Thanks