I have an excel sheet that is formatted like so:
I would like to format it to be something like this:
It is about 40,000 cells of information, so is there any way to do this that isn't manually?
I have an excel sheet that is formatted like so:
I would like to format it to be something like this:
It is about 40,000 cells of information, so is there any way to do this that isn't manually?
I am by no means an excel expert, and this is going to be my first answer ever. Take this into account please.
I've checked it and it works. I've add a command button in Sheet1 (where the original data is), and when clicked this code writes formatted data into Sheet2.
No need to manually remove duplicates!
You could probably use =SUMIF to achieve this, since you appear to have numbers as values. Create a new sheet, copy column A from your data sheet to your new sheet and remove duplicates. Copy row 1 from your data sheet to your new sheet. Use this formula in sheet 2 cell B2:
Drag the formula to the right, then down.