LARGE 1, LARGE 2, LARGE 3, LARGE 4

J

jeel

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
 
G

Greg Wilson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top