RE: $$Excel-Macros$$ Re: Reverse Sorting Of Rows

2011-07-26 Thread Rajan_Verma
See the attached File From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of XLS S Sent: Wednesday, July 27, 2011 9:46 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Re: Reverse Sorting Of Rows Hey, not working On Wed, Jul 27

Re: $$Excel-Macros$$ Re: Reverse Sorting Of Rows

2011-07-26 Thread XLS S
Hey, not working On Wed, Jul 27, 2011 at 8:01 AM, Haseeb Avarakkan < haseeb.avarak...@gmail.com> wrote: > Assume you need the entries, Last in First, First in Last. Let's say the > entries are in A2:A10. > > Try this in B2, copy down. > > =INDEX(A$2:A$10,ROWS(A2:A$10)) > > HTH > Haseeb > > For