Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
CP CP is offline
external usenet poster
 
Posts: 64
Default cross referencing data

Hi and thanks for reading

I have 3 sheets (lets say 1, 2 and 3) each are identical in format - each
sheet refers to a seperate year.
a B C D
Client 20 34 54

A is common Client D= total of B and C

What I need to do is create sheet4 which shows the following

A B C D
Clients D sheet1 D sheet2 D Sheet3

Any help would be greatly appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default cross referencing data

Assuming you have data starting from Row 2

Sheet4 B2 would be =1!D2
Sheet4 C2 would be =2!D2
Sheet4 D2 would be =3!D2

Once you enter this 3 select the 3 cells and copy that down to the number of
clients/

If this post helps click Yes
---------------
Jacob Skaria


"CP" wrote:

Hi and thanks for reading

I have 3 sheets (lets say 1, 2 and 3) each are identical in format - each
sheet refers to a seperate year.
a B C D
Client 20 34 54

A is common Client D= total of B and C

What I need to do is create sheet4 which shows the following

A B C D
Clients D sheet1 D sheet2 D Sheet3

Any help would be greatly appreciated

  #3   Report Post  
Posted to microsoft.public.excel.misc
CP CP is offline
external usenet poster
 
Posts: 64
Default cross referencing data

Thanks for the quick response

I am not sure this will work as the client column is not organised and also
they are not all the same - meaning a client may be in y1 and y2 but maybe
not y3 or any combination of the three.
I think I need some sort of lookup to link the clients, but have little idea
how to do it :(

"Jacob Skaria" wrote:

Assuming you have data starting from Row 2

Sheet4 B2 would be =1!D2
Sheet4 C2 would be =2!D2
Sheet4 D2 would be =3!D2

Once you enter this 3 select the 3 cells and copy that down to the number of
clients/

If this post helps click Yes
---------------
Jacob Skaria


"CP" wrote:

Hi and thanks for reading

I have 3 sheets (lets say 1, 2 and 3) each are identical in format - each
sheet refers to a seperate year.
a B C D
Client 20 34 54

A is common Client D= total of B and C

What I need to do is create sheet4 which shows the following

A B C D
Clients D sheet1 D sheet2 D Sheet3

Any help would be greatly appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default cross referencing data

Assuming you have data starting from Row 2
and you have sheets named "1" "2" and "3"
try the below formula in Sheet "4" Cell B2 , C2, D2 after entering the
client name in Sheet4 A2

Sheet4 B2 would be =INDEX('1'!D:D,MATCH(A2,'1'!A:A,0))
Sheet4 C2 would be =INDEX('2'!D:D,MATCH(A2,'2'!A:A,0))
Sheet4 D2 would be =INDEX('3'!D:D,MATCH(A2,'3'!A:A,0))


If this post helps click Yes
---------------
Jacob Skaria


"CP" wrote:

Thanks for the quick response

I am not sure this will work as the client column is not organised and also
they are not all the same - meaning a client may be in y1 and y2 but maybe
not y3 or any combination of the three.
I think I need some sort of lookup to link the clients, but have little idea
how to do it :(

"Jacob Skaria" wrote:

Assuming you have data starting from Row 2

Sheet4 B2 would be =1!D2
Sheet4 C2 would be =2!D2
Sheet4 D2 would be =3!D2

Once you enter this 3 select the 3 cells and copy that down to the number of
clients/

If this post helps click Yes
---------------
Jacob Skaria


"CP" wrote:

Hi and thanks for reading

I have 3 sheets (lets say 1, 2 and 3) each are identical in format - each
sheet refers to a seperate year.
a B C D
Client 20 34 54

A is common Client D= total of B and C

What I need to do is create sheet4 which shows the following

A B C D
Clients D sheet1 D sheet2 D Sheet3

Any help would be greatly appreciated

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
Cross-Referencing Data VK Excel Discussion (Misc queries) 0 August 8th 08 05:07 PM
Cross Referencing two data worksheets and desciphering differences EricZ Excel Worksheet Functions 1 March 26th 08 06:56 PM
Cross referencing Mervyn Edwards Excel Worksheet Functions 5 November 29th 07 07:01 PM
Cross Referencing Data and Pasting mehare Excel Discussion (Misc queries) 0 August 18th 06 02:59 PM
Cross referencing data across different workbooks Luke Excel Discussion (Misc queries) 1 August 8th 06 10:19 PM


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