Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Cross referencing data in Excel

I have 2 data sheets, one is a complete list with contact addresses
and telephone numbers
The other is limited to just the company name. I need to add the
telephone numbers from the complete list so I can then see if there
are any gaps. Each company has a unique reference number and this is
present on both sheets. Please can anyone assist me in adding the
telephone numbers from the complete sheet to the incomplete listing
without having to manually type this data?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default Cross referencing data in Excel

Depending on your layouts you can probably use vlookup or index(match

On Jan 24, 5:03*am, Rob Fairbrother
wrote:
I have 2 data sheets, one is a complete list with contact addresses
and telephone numbers
The other is limited to just the company name. I need to add the
telephone numbers from the complete list so I can then see if there
are any gaps. Each company has a unique reference number and this is
present on both sheets. Please can anyone assist me in adding the
telephone numbers from the complete sheet to the incomplete listing
without having to manually type this data?
Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 587
Default Cross referencing data in Excel

hi Rob,

if column A contains the reference numbers and column F the phone numbers


=INDEX(Sheet1!F:F,MATCH(Sheet2!A2,Sheet1!A:A,0))


--
isabelle



Le 2012-01-24 06:03, Rob Fairbrother a écrit :
I have 2 data sheets, one is a complete list with contact addresses
and telephone numbers
The other is limited to just the company name. I need to add the
telephone numbers from the complete list so I can then see if there
are any gaps. Each company has a unique reference number and this is
present on both sheets. Please can anyone assist me in adding the
telephone numbers from the complete sheet to the incomplete listing
without having to manually type this data?
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Cross referencing data in Excel

Hi

I have tried to do this, however my experience at this level of excel
is poor.
Would anyone be able to talk me through this? To assist I have
provided the respective column info

Sheet 2 (master data sheet)
Column I telephone number & Column L Company number

Sheet 3 (secondary sheet)
I want to copy the telephone numbers from Column I (sheet 2) to comumn
I on Sheet 2 where the company number matches (again for ease this is
also column L)

Can anyone produce the respective forumla for me?
I'm using Excel 2003 (i know a little outdated but its what I have at
work)

Thanks for your assistance

Best regards

Rob

On Jan 24, 1:21*pm, isabelle wrote:
hi Rob,

if column A contains the reference numbers and column F the phone numbers

=INDEX(Sheet1!F:F,MATCH(Sheet2!A2,Sheet1!A:A,0))

--
isabelle

Le 2012-01-24 06:03, Rob Fairbrother a écrit :



I have 2 data sheets, one is a complete list with contact addresses
and telephone numbers
The other is limited to just the company name. I need to add the
telephone numbers from the complete list so I can then see if there
are any gaps. Each company has a unique reference number and this is
present on both sheets. Please can anyone assist me in adding the
telephone numbers from the complete sheet to the incomplete listing
without having to manually type this data?
Thanks- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Cross referencing data in Excel

Applying Isabelle's formula to your latest description, you would have
this in cell i2 of your Sheet3:

=INDEX(Sheet2!i:i,MATCH(L2,Sheet2!L:L,0))

Then copy down as far as you need to.

Hope this helps.

Pete

On Jan 30, 10:06*am, Rob Fairbrother
wrote:
Hi

I have tried to do this, however my experience at this level of excel
is poor.
Would anyone be able to talk me through this? To assist I have
provided the respective column info

Sheet 2 (master data sheet)
Column I telephone number & Column L Company number

Sheet 3 (secondary sheet)
I want to copy the telephone numbers from Column I (sheet 2) to comumn
I on Sheet 2 where the company number matches (again for ease this is
also column L)

Can anyone produce the respective forumla for me?
I'm using Excel 2003 (i know a little outdated but its what I have at
work)

Thanks for your assistance

Best regards

Rob

On Jan 24, 1:21*pm, isabelle wrote:



hi Rob,


if column A contains the reference numbers and column F the phone numbers


=INDEX(Sheet1!F:F,MATCH(Sheet2!A2,Sheet1!A:A,0))


--
isabelle


Le 2012-01-24 06:03, Rob Fairbrother a écrit :


I have 2 data sheets, one is a complete list with contact addresses
and telephone numbers
The other is limited to just the company name. I need to add the
telephone numbers from the complete list so I can then see if there
are any gaps. Each company has a unique reference number and this is
present on both sheets. Please can anyone assist me in adding the
telephone numbers from the complete sheet to the incomplete listing
without having to manually type this data?
Thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


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, fidning matching data samjwoods Excel Worksheet Functions 4 September 14th 09 07:36 PM
cross referencing data CP Excel Discussion (Misc queries) 3 April 25th 09 05:20 AM
Cross-Referencing Data VK Excel Discussion (Misc queries) 0 August 8th 08 05:07 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 08:27 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"