Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 173
Default Help on matching some cells

Hi

I have a list that will have a reference number in column A from 1 to 2000
with additional information in column b and c.

so will be like

A B C D
1 yes 23 (blank)


I will be pasting a list under this list with the same setup excet in column
d it will have another reference point such as 10.

A B C D
1 yes 23 10

The list will be contain most of the top list and i would like to top list
to check the list underneath matching the reference number and to return what
is in column D on the new list to match what is in column D on the new list
there will be a few that don't match and could be highlighted False so i can
deal with them.

Any ideas would be great as i know there is a lookup function but not sure
what is best to do.( and easiest).

Many thanks for looking
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Help on matching some cells

Use column E as a (temporary) helper column, and put this formula in
E1:

=A1&B1&C1

Copy this down your first list, and then continue copying it down your
second list. Then put this formula in D1:

=IF(ISNA(MATCH(E1,E$2010:E$5000,0)),FALSE,INDEX(D$ 2010:D
$5000,MATCH(E1,E$2010:E$5000,0)))

Copy this down your first list.

I have assumed your second list occupies rows 2010 to 5000 - adjust to
suit.

Once the formula is copied down column D, you can fix the values and
then delete column E.

Hope this helps.

Pete


On Mar 19, 4:33*pm, Neil wrote:
Hi

I have a list that will have a reference number in column A from 1 to 2000
with additional information in column b and c.

so will be like

A * * * B * * * C * * * D
1 * * *yes * * 23 * * (blank)

I will be pasting a list under this list with the same setup excet in column
d it will have another reference point such as 10.

A * * * B * * * C * * * D
1 * * *yes * * 23 * * 10

The list will be contain most of the top list and i would like to top list
to check the list underneath matching the reference number and to return what
is in column D on the new list to match what is in column D on the new list
there will be a few that don't match and could be highlighted False so i can
deal with them.

Any ideas would be great as i know there is a lookup function but not sure
what is best to do.( and easiest).

Many thanks for looking


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
Matching cells saman110 via OfficeKB.com Excel Discussion (Misc queries) 0 March 12th 08 09:06 PM
display a range of cells editible cells based on matching date Miki Excel Worksheet Functions 0 October 10th 07 03:27 PM
Help with Matching Text Fields - Then Moving the Matching Cells Side by Side [email protected] Excel Discussion (Misc queries) 2 June 11th 07 02:38 PM
Matching cells GARY Excel Discussion (Misc queries) 2 August 23rd 06 07:06 AM
Matching cells gcotterl Excel Discussion (Misc queries) 1 February 1st 05 10:32 PM


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