Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Linking Cells from other sheets (Speeding up Process)

I copied a large amount of data from Sheet 1 and transposed it into Sheet 2
so I could create a pivot table.

Now I would like to link the similarly valued cells together so that I only
have to enter a value once in sheet 1 so that it updates in sheet 2 to link
to the pivot table

Sheet1ActualSalesWeek1= Sheet2ActualSalesWeek1 etc

I can do this manually but it is very long and laborious. Because one sheet
is transposed I cannot click and drag and when I attempted a macro I
encountered a bug.

I would be grateful for any suggestions

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Linking Cells from other sheets (Speeding up Process)

So, I asume your row names from sheet 1 match your column names from sheet 2
and vice versa.

=INDEX(sheet1!$A$1:$G$4,MATCH(B$1,sheet1!$A$1:$A$4 ,0),MATCH($A2,sheet1!$A$1:$G$1,0))

This assumes your sheet1 tab is 4 ros by 7 columns. Change the $A$1:$G$4 to
encapture the entire table, $A$1:$A$4 to capture all rows of data and
$A$1:$G$1 to capture all columns of data.


"Art Caragh" wrote:

I copied a large amount of data from Sheet 1 and transposed it into Sheet 2
so I could create a pivot table.

Now I would like to link the similarly valued cells together so that I only
have to enter a value once in sheet 1 so that it updates in sheet 2 to link
to the pivot table

Sheet1ActualSalesWeek1= Sheet2ActualSalesWeek1 etc

I can do this manually but it is very long and laborious. Because one sheet
is transposed I cannot click and drag and when I attempted a macro I
encountered a bug.

I would be grateful for any suggestions

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
Linking Cells from different sheets JasonG TX Excel Discussion (Misc queries) 1 June 6th 07 05:37 PM
Linking cells between sheets John Excel Worksheet Functions 4 March 13th 07 08:24 PM
Linking cells between sheets John Excel Worksheet Functions 1 March 11th 07 11:14 PM
Linking cells between sheets John Excel Worksheet Functions 0 March 11th 07 05:51 PM
Speeding Saving Process Carobar Excel Discussion (Misc queries) 2 June 17th 05 01:56 AM


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