Flipping data in Excel sounds like a trivial one-click task, but surprisingly there is no such inbuilt option. In this tutorial, you will find a few quick ways to flip tables vertically and horizontally preserving the original formatting and formulas. Continue reading
Comments page 2. Total comments: 46
I have 2 tables of data for example:
8 16 37 50 62
13 22 44 53 64
5 17 36 46 75
3 28 42 47 71
in one table and:
7 26 35 57 66
2 24 37 59 63
3 29 44 58 70
14 27 43 51 64
in the other, how can I check if the REVERSE of any numbers are in the same row? For example, how can I make sure that 62 isn't in the same row as 26?
Hello,
Thank you so much!
This was very helpful!
Many, many thanks. This tutorial has saved me a lot of faffing and time. Don't think I would have worked this out without some help as the method is not what you would call intuitive. Nonetheless, it's very easy when you know how. Now I do to. Cheers.
Thanks
Excellent macro for horizontal flip - THANK YOU!
Thanks a lot for this nice post
Thank you for the Index(range, Rows(range)) trick! Worked perfectly.
good article - might i offer another elegant, quick way to flip the rows ie horizontal flip?
Transpose the data (copy - paste special - transpose)
use your method for flipping columns - i.e. the numbers and a sort
Transpose the data back again
hello and thanks,
have you the function version of both pls?
thanks again!
Thanks.
Thanks Roman, that was an extremely easy way to flip horizontally, took seconds.
To flip horizontally, you can also simply transpose first, then sort A-Z (if necessary add column with numbers first to use to), then transpose back. Done.
excelent solution
Hi Roman,
Wonderful idea, thank you for sharing! Hope you won't mind that I included this method in the tutorial and included a few visuals to better convey the steps. Just one caveat: if the source data contains formulas, they may get broken during the transpose process.
Thank you so much. This is a life saver! I being searching for a solution like this nearly for an hour now. Thank you again!
we need this details
Thanks, for the article.