Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Conan Kelly
 
Posts: n/a
Default Transpose Reletive Cell References?

Hello all,

Is there any way that I can get relative cell references to transpose
when I fill across?

For example:

cell A1's formula on Sheet 1 would be '=Sheet2!A1'. Now when I fill
this across, I would like B1's formula on Sheet 1 to be equivalent to
'=Sheet2!A2'. Would INDIRECT work for this?

Thanks for any help that anyone can provide,

Conan Kelly


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default Transpose Reletive Cell References?

3 alternatives which could be used to get this up ..

In Sheet1, placed in any starting cell,
say, in B2, then B2 copied across:

=INDEX(Sheet2!$A:$A,COLUMN(A1))
=INDIRECT("Sheet2!A"&COLUMN(A1))
=OFFSET(Sheet2!$A$1,COLUMN(A1)-1,)

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"Conan Kelly" <CTBarbarin at msn dot com wrote in message
...
Hello all,

Is there any way that I can get relative cell references to transpose
when I fill across?

For example:

cell A1's formula on Sheet 1 would be '=Sheet2!A1'. Now when I fill
this across, I would like B1's formula on Sheet 1 to be equivalent to
'=Sheet2!A2'. Would INDIRECT work for this?

Thanks for any help that anyone can provide,

Conan Kelly




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
how do i copy a formula when cell references r not together jon104 New Users to Excel 1 January 9th 06 03:25 PM
How to use complex no. functions that have cell references? agathon Excel Worksheet Functions 2 June 17th 05 01:55 AM
Changing cell references automatically Bigweed New Users to Excel 3 April 28th 05 12:27 PM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
Cell References in Functiona Mark T. Excel Worksheet Functions 1 December 11th 04 06:49 PM


All times are GMT +1. The time now is 02:35 AM.

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"