mhenk
Well-known Member
- Joined
- Jun 13, 2005
- Messages
- 591
I work a fair amount with triangular data, and I'm wondering if someone can help me with an array formula (or VBA approach) to perform the following "shifting" of the values of the cells. Starting with an m x n range, the output should be m x n, with the entries shifted to the right:
Input Range:
Expected Output:
Input Range:
A | D | F |
B | E | |
C |
Expected Output:
A | D | F |
B | E | |
C |