RedOctoberKnight
Board Regular
- Joined
- Nov 16, 2015
- Messages
- 152
- Office Version
- 2016
- Platform
- Windows
What if i wanted to switch the contents of two cells that are in the same column? But have it switch with a specified cell based on a cell value.
For example,
So basically, if I put Bob in column "C" and put "SWITCH" in column "D", it would switch the contents of column B between Jim and Bob
Hopefully that makes sense.
Thank you for all your help.
For example,
A | B | C | D |
---|---|---|---|
Jim | Cat | Bob | SWITCH |
Dan | Dog | ||
Bob | Bird | ||
Greg | Cat |
So basically, if I put Bob in column "C" and put "SWITCH" in column "D", it would switch the contents of column B between Jim and Bob
A | B | C | D |
---|---|---|---|
Jim | Bird | Bob | SWITCH |
Dan | Dog | ||
Bob | Cat | ||
Greg | Cat |
Hopefully that makes sense.
Thank you for all your help.