Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
D D is offline
external usenet poster
 
Posts: 121
Default copying formulas forward and have the column refference move backw

I need a formula that I can copy forward and will move the coulum refrence
backwards ie, the data I have is in colums G,F,E,D,C,B,A and I need it
referenced in another sheet A,B,C,D,E,F,G. So A=G,B=F, C=E and so on

It is a simple cell reference but it is for a very large amount of data, so
I need a formula that will be able to update the colulm refrences going
backwards when it is copied across the row.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default copying formulas forward and have the column refference move backw

Try this in cell A1 of Sheet2:

=OFFSET(Sheet1!$A$1,0,-COLUMN()+10)

Copy across to cell J1.

Where, 10 is the total number of columns (A thru J). Adjust this to meet
your actual needs.

HTH,
Elkar


"D" wrote:

I need a formula that I can copy forward and will move the coulum refrence
backwards ie, the data I have is in colums G,F,E,D,C,B,A and I need it
referenced in another sheet A,B,C,D,E,F,G. So A=G,B=F, C=E and so on

It is a simple cell reference but it is for a very large amount of data, so
I need a formula that will be able to update the colulm refrences going
backwards when it is copied across the row.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default copying formulas forward and have the column refference move backw

D wrote...
I need a formula that I can copy forward and will move the coulum
refrence backwards ie, the data I have is in colums G,F,E,D,C,B,A
and I need it referenced in another sheet A,B,C,D,E,F,G. So A=G,B=F,
C=E and so on

....

If the original data were in A3:G3 and you want it reversed in A5:G5,

A5:
=INDEX($A3:$G3,COLUMNS(A5:$G5))

Fill A5 right into B5:G5.

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
Copying a Column of Formulas between Excel Files WillW Excel Worksheet Functions 6 August 24th 07 04:38 PM
Bring Forward Balances and Formulas in a Spreadsheet Susan Excel Worksheet Functions 1 July 3rd 07 06:28 PM
copying a column of cells containing formulas without them changin Christopher Buxton Excel Discussion (Misc queries) 1 March 7th 07 04:52 PM
Copying formulas to end of Column kippers Excel Discussion (Misc queries) 3 January 31st 07 07:03 PM
Copying Formulas From One Column To Another?? Leslie M Excel Worksheet Functions 10 November 2nd 06 08:34 PM


All times are GMT +1. The time now is 05:22 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"