Formula Drag Across Link Down

  • Thread starter Thread starter Bazy2k
  • Start date Start date
B

Bazy2k

Hi Guys

I want to drag my formula across a row but the items i want them to link to
are displayed horizontally?

ie.. i want to drag the formula across and sequentially increase like this.

=a1,=a2,=a3,=a4,=a5,=a6 and so on across, without having to write it obv!

Can this be done?
 
Hi,

Put this in a cell and drag right and you will get a1, a2 etc

=INDIRECT(ADDRESS(COLUMN(A1 ),1))

Mike
 
I'd put
$=a1
in the first cell
drag across as far as I needed
Then select those cells
edit|Replace
what: $
with: (leave blank)
replace all
 

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

Similar Threads

'smart' dragging 2
Copy a formula using Vlookup 2
Fill Options & Formula Help 2
Average Formula 1
pls. help 1
Sequential Numbering 2
Drag formulas, not formating 2
How to use cell reference? 9

Back
Top