#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Cross Reference

Hello,

I have a need to associate several lists of 5 digit numbers with to a user
on another spreadsheet.

For instance I use a hidden workbook to store all of my macros as well as
columns of numbers with the owner of that column of numbers name in the first
cell of each column. for instance:
F G H I
Cindy Ren Fred Jon
27109 27598 27028 11208
27206 27600 27076 11210
27210 27649 27386 12210

In each column there can be as many as 40 rows.

What I am trying to do is to compare the data in the columns on the hidden
workbook to the data in column "D" of a spreadsheet and return the name of
the owner to column "E" of the spreadsheet.

If you think there is a better way to do this, please don't be shy!

Thanks

Fred

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Cross Reference

Hi,
you have your # and names in column A and B of the hidden sheet called
sheet1, then in column E enter

=sumproduct(--(D3=Sheet1!$A$1:$A$1000),sheet1!$B$1:$B$1000)

if you are using excel 2007

=sumproduct(--(D3=Sheet1!A:A),sheet1!B:B)

"fgwiii" wrote:

Hello,

I have a need to associate several lists of 5 digit numbers with to a user
on another spreadsheet.

For instance I use a hidden workbook to store all of my macros as well as
columns of numbers with the owner of that column of numbers name in the first
cell of each column. for instance:
F G H I
Cindy Ren Fred Jon
27109 27598 27028 11208
27206 27600 27076 11210
27210 27649 27386 12210

In each column there can be as many as 40 rows.

What I am trying to do is to compare the data in the columns on the hidden
workbook to the data in column "D" of a spreadsheet and return the name of
the owner to column "E" of the spreadsheet.

If you think there is a better way to do this, please don't be shy!

Thanks

Fred

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 reference damegood New Users to Excel 1 July 7th 09 05:18 PM
Cross reference Kalevi[_2_] Excel Discussion (Misc queries) 1 May 8th 09 05:33 AM
Cross reference Edward[_3_] Excel Discussion (Misc queries) 7 November 10th 08 08:42 AM
Cross reference LaRana! Excel Worksheet Functions 1 March 6th 08 12:22 AM
Cross Reference Terrance DeBord Excel Worksheet Functions 1 March 8th 06 04:11 PM


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