#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger
 
Posts: n/a
Default Find

I have a worksheet with 100s of names. The first & last names are on
separate cells (in the same row).
I am trying to find JOHN DOE, how do I search for it?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Miguel Zapico
 
Posts: n/a
Default Find

You can create a column with the two names joined, with a formula like:
=A1 & " " & B1
And then use the menu Edit - Find. You need to assure that you look for
values, that setting can be found on the options section, in the "look in"
drop down.

Hope this helps,
Miguel.

"Roger" wrote:

I have a worksheet with 100s of names. The first & last names are on
separate cells (in the same row).
I am trying to find JOHN DOE, how do I search for it?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Find

Maybe something like this:

For a list of names in A1:B1000 (Col_A holds firstnames, Col_B holds last
names
C1: (a name to match...eg John Doe)

This formula returns TRUE if the name is found, or FALSE for no match:
D1: =SUMPRODUCT((A1:A1000&" "&B1:B1000=C1)*ROW(A1:A1000))0

Or...you could use this ARRAY FORMULA*:
D1: =ISNUMBER(MATCH(C1,A1:A1000&" "&B1:B1000,0))

*Note: For array formulas, hold down [Ctrl] and [Shift] when you press
[Enter], instead of just pressing [Enter].

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Roger" wrote:

I have a worksheet with 100s of names. The first & last names are on
separate cells (in the same row).
I am trying to find JOHN DOE, how do I search for it?

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 and Replace blakrapter Excel Worksheet Functions 3 December 15th 05 12:25 AM
Code needed to find records from bottom up Andy Excel Discussion (Misc queries) 4 December 5th 05 03:27 AM
find a cells from a range of cell kelvintaycc Excel Worksheet Functions 2 April 2nd 05 07:20 PM
How do I find a column entry closest to a particular value feman007 Excel Worksheet Functions 2 March 9th 05 03:48 PM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM


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