Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Copy/Past/Transpose Formulas

Is there any way to keep the formulas referencing the original cells when
transposing a column to a row. It always seems to pick up the transposed row
reference, i.e. A1-G1 vs. the original column reference A1-A7.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 209
Default Copy/Past/Transpose Formulas

Seems I read somewhere quite some time ago that using the Offset function
instead of a reference to the actual cell will solve that problem.
--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown


"jackle298" wrote:

Is there any way to keep the formulas referencing the original cells when
transposing a column to a row. It always seems to pick up the transposed row
reference, i.e. A1-G1 vs. the original column reference A1-A7.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Copy/Past/Transpose Formulas

One method.

Select the cells in the column, say A1:A20

EditReplace

What: =

With: ^^

Replace all.

CopyPaste SpecialTransposeOKEsc.

EditReplace to reverse.

If you want a macro for this post back.


Gord Dibben MS Excel MVP

On Wed, 2 Jul 2008 06:40:05 -0700, jackle298
wrote:

Is there any way to keep the formulas referencing the original cells when
transposing a column to a row. It always seems to pick up the transposed row
reference, i.e. A1-G1 vs. the original column reference A1-A7.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Copy/Past/Transpose Formulas

Example of this Gary

=OFFSET($A$1,COLUMN(A1)-1,) entered in B1 and copied across.


Gord Dibben MS Excel MVP

On Wed, 2 Jul 2008 13:33:04 -0700, Gary Brown
wrote:

Seems I read somewhere quite some time ago that using the Offset function
instead of a reference to the actual cell will solve that problem.


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
Copy and past from one worksheet to another Rick_T Excel Discussion (Misc queries) 3 December 29th 06 02:31 PM
Copy and Past Joe Excel Discussion (Misc queries) 1 August 17th 06 02:10 AM
cannot copy/past in Excel Vipin Excel Discussion (Misc queries) 1 September 28th 05 02:07 PM
How do i past link and transpose simultaneously? Vince Excel Discussion (Misc queries) 4 May 20th 05 01:02 AM
Past Link then copy Hal LEGERE-Steam Guy Excel Discussion (Misc queries) 3 December 23rd 04 02:58 PM


All times are GMT +1. The time now is 02:56 PM.

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

About Us

"It's about Microsoft Excel"