#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Find Function

Hi,

I have this in my spreadsheet excel 2003

worksheet 1 worksheet 2 worksheet 3

column A column A column B

Civil Isometrics Turbines
Mechanical Vendors Electrical
Electrical Scope Waste Managemet
Instrument Electrical QMS
.......ans so on

I want to find the word "Electrical" from my 3worksheets and the results
will appear next to the cell of worksheet 1 column A which is column B and C,
like this

w o r k s h e e t 1
column A column B column C

Civil
Mechanical
Electrical Electrical Electrical
Instrument

how would write my formula?

thanks for any help, I appreciate


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Find Function

Hi,

Assuming Electrical is in A4 of sheet1, put thin in B4

=VLOOKUP(A4,Sheet2!A$2:A$100,1,FALSE)

similar idea for sheet3.

You haven't told us how you want to handle it if the item is not on sheet2....

could use
=IF(ISNA(VLOOKUP(A4,Sheet2!A$2:A$100,1,FALSE)),"", VLOOKUP(A4,Sheet2!A$2:A$100,1,FALSE))


--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Denver" wrote:

Hi,

I have this in my spreadsheet excel 2003

worksheet 1 worksheet 2 worksheet 3

column A column A column B

Civil Isometrics Turbines
Mechanical Vendors Electrical
Electrical Scope Waste Managemet
Instrument Electrical QMS
......ans so on

I want to find the word "Electrical" from my 3worksheets and the results
will appear next to the cell of worksheet 1 column A which is column B and C,
like this

w o r k s h e e t 1
column A column B column C

Civil
Mechanical
Electrical Electrical Electrical
Instrument

how would write my formula?

thanks for any help, I appreciate


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Find Function

Hi Denver

Assuming you have headers in row 1 of Sheet1. In worksheet 1 Column B;

In B2
=VLOOKUP(A2,Sheet2!A$2:A$1000,1,FALSE)
If you are looking to find the entry having word 'electrical' say for
example in Sheet2 if you want to retrive the entry electrical equipment use
the below formula
=VLOOKUP("*" & A2 & "*",Sheet2!A$2:A$1000,1,FALSE)


Similar to the above in Sheet1 ColC cell C2
ColB In B2
=VLOOKUP(A2,Sheet3!A$2:A$1000,1,FALSE)
OR
=VLOOKUP("*" & A2 & "*",Sheet3!A$2:A$1000,1,FALSE)


If this post helps click Yes
---------------
Jacob Skaria


"Denver" wrote:

Hi,

I have this in my spreadsheet excel 2003

worksheet 1 worksheet 2 worksheet 3

column A column A column B

Civil Isometrics Turbines
Mechanical Vendors Electrical
Electrical Scope Waste Managemet
Instrument Electrical QMS
......ans so on

I want to find the word "Electrical" from my 3worksheets and the results
will appear next to the cell of worksheet 1 column A which is column B and C,
like this

w o r k s h e e t 1
column A column B column C

Civil
Mechanical
Electrical Electrical Electrical
Instrument

how would write my formula?

thanks for any help, I appreciate


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Find Function

Thank you Jacob Skaria and Shane Devenshire
it is very helpful to me
"Jacob Skaria" wrote:

Hi Denver

Assuming you have headers in row 1 of Sheet1. In worksheet 1 Column B;

In B2
=VLOOKUP(A2,Sheet2!A$2:A$1000,1,FALSE)
If you are looking to find the entry having word 'electrical' say for
example in Sheet2 if you want to retrive the entry electrical equipment use
the below formula
=VLOOKUP("*" & A2 & "*",Sheet2!A$2:A$1000,1,FALSE)


Similar to the above in Sheet1 ColC cell C2
ColB In B2
=VLOOKUP(A2,Sheet3!A$2:A$1000,1,FALSE)
OR
=VLOOKUP("*" & A2 & "*",Sheet3!A$2:A$1000,1,FALSE)


If this post helps click Yes
---------------
Jacob Skaria


"Denver" wrote:

Hi,

I have this in my spreadsheet excel 2003

worksheet 1 worksheet 2 worksheet 3

column A column A column B

Civil Isometrics Turbines
Mechanical Vendors Electrical
Electrical Scope Waste Managemet
Instrument Electrical QMS
......ans so on

I want to find the word "Electrical" from my 3worksheets and the results
will appear next to the cell of worksheet 1 column A which is column B and C,
like this

w o r k s h e e t 1
column A column B column C

Civil
Mechanical
Electrical Electrical Electrical
Instrument

how would write my formula?

thanks for any help, I appreciate


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 Function VickiMc Excel Worksheet Functions 1 February 12th 09 02:31 AM
find function Yossy Excel Worksheet Functions 5 January 6th 09 12:52 AM
Find Function Jeff Gross Excel Worksheet Functions 4 July 31st 08 05:34 PM
Find function alamo Excel Worksheet Functions 1 September 16th 05 02:01 PM
Help with the FIND function Ranger Excel Worksheet Functions 1 February 25th 05 03:24 PM


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