chasethewind
Technical User
Hello, I have been trying to create a single list (sorted lowest to highest) of numeric values from 3 different columns and place it in a single column. I do not want to use any macros (VBA). Is this even possible. Place values from B,C,D into A. B,C,D might change so is it possible to automatically add those to A?
A B C D
1 1 6 8
2 2 7 12
3 3 19
4 4
5 5
6
7
8
12
19
A B C D
1 1 6 8
2 2 7 12
3 3 19
4 4
5 5
6
7
8
12
19