Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
NM NM is offline
external usenet poster
 
Posts: 51
Default Formula to Find Matching Data

I'm thinking a lookup type function would work for what I need, but I'm not
too familiar with that function, and what I tried didn't work. Any help
would be appreciated.

I have values in column C that Id like to find in column B, then copy the
data from column A in that corresponding row, and update column D with the
data from column A.

To clarify. . .

For example: In row one I have €˜123 in column C. I want to find €˜123 in
column B -- say its found in row two -- then copy the data from column A in
row two and paste it into column D in row one, where the formula originated.

Can this be accomplished?

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Formula to Find Matching Data

=INDEX(A2:A100,MATCH(C1,B2:B100,0))

adapt to fit to your own cell references


--


Regards,


Peo Sjoblom


"NM" wrote in message
...
I'm thinking a lookup type function would work for what I need, but I'm
not
too familiar with that function, and what I tried didn't work. Any help
would be appreciated.

I have values in column C that I'd like to find in column B, then copy the
data from column A in that corresponding row, and update column D with the
data from column A.

To clarify. . .

For example: In row one I have '123' in column C. I want to find '123'
in
column B -- say it's found in row two -- then copy the data from column A
in
row two and paste it into column D in row one, where the formula
originated.

Can this be accomplished?

Thank you.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
NM NM is offline
external usenet poster
 
Posts: 51
Default Formula to Find Matching Data

Ah, INDEX. No wonder lookup commands didn't work. :-p

This worked perfectly.

Thank you for your time and assistance.

"Peo Sjoblom" wrote:

=INDEX(A2:A100,MATCH(C1,B2:B100,0))

adapt to fit to your own cell references


--


Regards,


Peo Sjoblom


"NM" wrote in message
...
I'm thinking a lookup type function would work for what I need, but I'm
not
too familiar with that function, and what I tried didn't work. Any help
would be appreciated.

I have values in column C that I'd like to find in column B, then copy the
data from column A in that corresponding row, and update column D with the
data from column A.

To clarify. . .

For example: In row one I have '123' in column C. I want to find '123'
in
column B -- say it's found in row two -- then copy the data from column A
in
row two and paste it into column D in row one, where the formula
originated.

Can this be accomplished?

Thank you.




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
Find matching data in two worksheet columns scootter Excel Worksheet Functions 3 May 17th 07 08:06 PM
Find Matching Data Two Columns Gilly Excel Worksheet Functions 1 December 1st 06 09:11 PM
How do I compare data in two worksheets to find matching cells? Gary Excel Discussion (Misc queries) 4 March 2nd 06 09:04 PM
compare data in two lists to find matching entries Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:06 PM
compare data in two lists to find matching entries Chris(new user) Excel Discussion (Misc queries) 0 March 19th 05 08:49 PM


All times are GMT +1. The time now is 02:21 AM.

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"