bloomingflower
New Member
- Joined
- Mar 9, 2020
- Messages
- 19
- Office Version
- 2019
- Platform
- Windows
Hi,
I have a problem: I need to line the same people in column B and currently it looks like this person is always in one cell from A-H but not always in column B as desired. If this person is in for example column H then I have to move him/her to column B and person from column G to column A (the rest can be deleted). If this person is in column A then I need to move that person to column B. There is more data for the row (after I column) and I need to get the name via InputBox.
Thank you in advance!
Example:
Desired Outcome:
I have a problem: I need to line the same people in column B and currently it looks like this person is always in one cell from A-H but not always in column B as desired. If this person is in for example column H then I have to move him/her to column B and person from column G to column A (the rest can be deleted). If this person is in column A then I need to move that person to column B. There is more data for the row (after I column) and I need to get the name via InputBox.
Thank you in advance!
Example:
Jack | Bob | Mark | Frank | John |
Bob | Mark | Frank | Alex | |
Mark | Frank | John | ||
Frank | John | |||
Bob | Mark | Frank | David | |
Frank | Tom | |||
Jack | Bob | Mark | Frank | Alex |
Desired Outcome:
Mark | Frank | John | ||
Mark | Frank | Alex | ||
Mark | Frank | John | ||
Frank | John | |||
Mark | Frank | David | ||
Frank | Tom | |||
Mark | Frank | Alex |