Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brett
 
Posts: n/a
Default How do I link horizontal cells vertically?

I'd like to copy a link vertically, but the cells to link to are horizontal.
How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default How do I link horizontal cells vertically?


Something like:

=INDIRECT("A"&COLUMN(A1))
copied across

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=497720

  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default How do I link horizontal cells vertically?

Since you said "copy a link", you *can't* use "Paste Special" & "Transpose".

So, try this:

Original data in A1 to Z1,

Enter this anywhere, and copy down 26 rows:

=INDEX($A$1:$Z$1,ROWS($1:1))

OR, if the data is more extensive, you can index an entire row, and copy
down as far as needed:

=INDEX($1:$1,ROWS($1:1))
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================




"Brett" wrote in message
...
I'd like to copy a link vertically, but the cells to link to are

horizontal.
How do I do this?


  #4   Report Post  
Posted to microsoft.public.excel.misc
JAdamJ
 
Posts: n/a
Default How do I link horizontal cells vertically?

Brett, I can't take credit for this because I read it here once before, but
you can create the formulas you want horizontally, then highlight the row of
formulas and
Edit, Replace
Find What: =
Replace With: Brett= 'or some other odd string
Replace All
Edit, Copy, go to the cell where you want to put the column of formulas
Edit, Paste Special, Transpose, OK
Edit, Replace
Find What: Brett=
Replace With: =
Replace All

It looks complicated, and I haven't yet figured out the best way to show
menu command selections, but it's really not that hard to do.

"Brett" wrote:

I'd like to copy a link vertically, but the cells to link to are horizontal.
How do I do this?

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
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Link picture between cells Scofflaw1269 Excel Worksheet Functions 1 November 27th 05 04:12 PM
How to link website data to Excel cells Tony Excel Discussion (Misc queries) 4 September 28th 05 04:16 PM
Converting a link to values to multiple cells. Cesar_us Excel Worksheet Functions 1 June 22nd 05 09:37 PM
Can you Link 3 cells into 1 in Excel 2003 lin Excel Worksheet Functions 2 June 8th 05 09:38 AM


All times are GMT +1. The time now is 10:48 PM.

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

About Us

"It's about Microsoft Excel"