Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default LARGE 1, LARGE 2, LARGE 3, LARGE 4

I am moving info using the LARGE 1, LARGE 2, LARGE 3, LARGE 4. I need the info
sorted in groups of 4. I put the formula in the first cell, A3,
=LARGE(jan!$AA$54:$AA$57,1). When I copy it down the 1 on the end of
the formula stays 1. Then I have manually go back and change to 2,3,4.
Is there a way to get it to change since I have lots of them to do?
Thank you, jeel

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default LARGE 1, LARGE 2, LARGE 3, LARGE 4

Try this:

=LARGE(jan!$AA$54:$AA$57,ROWS(A$3:A3))

--
Biff
Microsoft Excel MVP


"jeel" wrote in message
...
I am moving info using the LARGE 1, LARGE 2, LARGE 3, LARGE 4. I need the
info
sorted in groups of 4. I put the formula in the first cell, A3,
=LARGE(jan!$AA$54:$AA$57,1). When I copy it down the 1 on the end of
the formula stays 1. Then I have manually go back and change to 2,3,4.
Is there a way to get it to change since I have lots of them to do?
Thank you, jeel



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default LARGE 1, LARGE 2, LARGE 3, LARGE 4

If the formula starts in cell A3 then in place of 1 use "Row() - 2" and drag
down. The logic being that "Row()" returns 3 for cell A3, and when you minus
2 the result is 1. For the next cell (A4), "Row()" returns 4, and when you
minus 2 the result is 2 and so on.

Regards,
Greg

"jeel" wrote:

I am moving info using the LARGE 1, LARGE 2, LARGE 3, LARGE 4. I need the info
sorted in groups of 4. I put the formula in the first cell, A3,
=LARGE(jan!$AA$54:$AA$57,1). When I copy it down the 1 on the end of
the formula stays 1. Then I have manually go back and change to 2,3,4.
Is there a way to get it to change since I have lots of them to do?
Thank you, jeel

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Large Invoice Excel Worksheet Functions 2 May 8th 07 02:19 PM
to large if formula allertonagain Excel Worksheet Functions 2 February 13th 06 10:14 AM
IF Function too Large Trying Hard Excel Discussion (Misc queries) 3 February 12th 06 05:00 PM
IF Function too Large Trying Hard Excel Discussion (Misc queries) 2 February 12th 06 02:01 AM
Image To Large Minitman Excel Discussion (Misc queries) 1 July 29th 05 02:41 PM


All times are GMT +1. The time now is 10:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"