I have four columns of values, as shown here:
413 413 413 413
437 437 437 437
486 486 486 486
493 493 493 493
547 547 547 547
566 610 610 579
579 616 667 601
610 667 668 610
616 668 708 667
668 708 733 668
719 730 782 676
730 733 782 708
733 782 802 733
782 786 822 779
800 802 878 782
802 822 902 802
822 878 924 822
878 902 933 878
897 905 947 902
I need all of the numbers that exist in all four columns to lined up.
Example:
The first line is 413 413 413 413
Now scroll down to 782. If you look, 782 exists in all four columns, but is in completely different rows. I need the numbers that exist in all four rows to be lined up. If they don't exist in all rows, they could just be lined up with blank column.
413 413 413 413
437 437 437 437
486 486 486 486
493 493 493 493
547 547 547 547
566 610 610 579
579 616 667 601
610 667 668 610
616 668 708 667
668 708 733 668
719 730 782 676
730 733 782 708
733 782 802 733
782 786 822 779
800 802 878 782
802 822 902 802
822 878 924 822
878 902 933 878
897 905 947 902
I need all of the numbers that exist in all four columns to lined up.
Example:
The first line is 413 413 413 413
Now scroll down to 782. If you look, 782 exists in all four columns, but is in completely different rows. I need the numbers that exist in all four rows to be lined up. If they don't exist in all rows, they could just be lined up with blank column.