mtnbkr0918
New Member
- Joined
- Oct 6, 2023
- Messages
- 2
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
I have a spreadsheet that contains data in column A that I need to combine the cells below it. I have attached screenshot and attach the sample spreadsheet.
so cell a1, a2, skip a3 (has the word hardware), a4, and a5 combined into one row with a comma seaparting each cell
There is one catch. Some of the cells do not have a Port Desc FCx and this is random. To do this manually takes too long.
Any help will be greatly apprecaited.
so the combine would look like this.
Between each FCx is a cell with -- so they would need to be skipped
Any help would be greatly apprecaited
so cell a1, a2, skip a3 (has the word hardware), a4, and a5 combined into one row with a comma seaparting each cell
A1 | fc1 | fc1,Port Desc fc1,Port WWN 1,Peer port WWN 1-1 |
A2 | Port Desc fc1 | |
A3 | Hardware | |
A4 | Port WWN 1 | |
A5 | Peer port WWN 1-1 |
There is one catch. Some of the cells do not have a Port Desc FCx and this is random. To do this manually takes too long.
Any help will be greatly apprecaited.
so the combine would look like this.
A7 | fc2 | fc2,No Desc,Port WWN 2,Peer port WWN 2-2 | Missing Port Desc |
A8 | Hardware | ||
A9 | Port WWN 2 | ||
A10 | Peer port WWN 2-2 |
Between each FCx is a cell with -- so they would need to be skipped
A1 | fc1 | fc1,Port Desc fc1,Port WWN 1,Peer port WWN 1-1 | has port desc so it needs to be included |
A2 | Port Desc fc1 | ||
A3 | Hardware | ||
A4 | Port WWN 1 | ||
A5 | Peer port WWN 1-1 | ||
A6 | -- | ||
A7 | fc2 | fc2,No Desc,Port WWN 2,Peer port WWN 2-2 | Missing Port Desc |
A8 | Hardware | ||
A9 | Port WWN 2 | ||
A10 | Peer port WWN 2-2 | ||
A11 | -- | ||
A12 | fc3 | fc3,Port Desc fc3,Port WWN 3,Peer port WWN 3-3 | has port desc so it needs to be included |
A13 | Port Desc fc3 | ||
A14 | Hardware | ||
A15 | Port WWN 3 | ||
A16 | Peer port WWN 3-3 | ||
A17 | -- |
Any help would be greatly apprecaited