I have 3 col of number A B and E. I need a macro that can inverse (flip) the numbers in each col.
ex:
1
2
3
4
5
6
7
I need a mcro that flip it so it becomes:
7
6
5
4
3
2
1
Thanks so much
I have 3 col of number A B and E. I need a macro that can inverse (flip) the numbers in each col.
ex:
1
2
3
4
5
6
7
I need a mcro that flip it so it becomes:
7
6
5
4
3
2
1
Thanks so much
Why not Sort?
you could just number the rows down then sort descending on those but thats three lots of operation!
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Actually, 1-7 is for demonstration purpose only it could be something like this:
2
10
5
7
103
19
then becomes
19
103
7
5
10
2
Thanks all for helping me!!!
vbisgreat.
Thanks! I have been trying to program my arms off for the same purpose, thanks for the post, and the link to the macro.
From Mr DonkeyOte
Change Range as required![]()
Please Login or Register to view this content.
HTH
John
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks