Row reference increment but preserve column reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to refer to another workbook using:

='[120 RANDOM WORDS.XLS]GROUP 3'!$A83

I need to import data from A83-A98 from one workbook to another, but across
a row (ie. autofill does not work). How can i adjust the formula so it
increments the row number but not the column? thanks
 
Copy this formula into the leftmost cell where you want the data

='[120 RANDOM WORDS.XLS]GROUP 3'!$A83

Then put this in the next cell to the right, adjusting the reference in the
COUNTA() function to reflect the cell used above

=OFFSET('[120 RANDOM WORDS.XLS]GROUP 3'!$A83,COUNTA($A1:A1),0)

& Copy it to the other cells
 

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

Back
Top