Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Q on how to search for text in a column

Hi folks,

I'm not sure if this matters or not, but I'm using Excel 2007 to
create files used in 2007 and 2003.

I have a list of codes in a column with pertinent data in following
columns. Example of column 1:
CYAB
CYAM
CYYJ
CYYR
CYYT
OTHER

I would like to be able to enter a code on one worksheet and have that
input searched through the column for an exact match so that I can
refer to data along its row. If the code entered does not match any
in the list, I would like to be referred to the "OTHER" line.

I am stymied. Can anyone lend a hand?

Many thanks!
Craig
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Q on how to search for text in a column

Try this:

...........A..........B
1...CYAB....Blue
2...CYAM...Green
3...CYYJ....White
4...CYYR...Brown
5...CYYT...Red
6...OTHER...None

A10 = lookup value

=VLOOKUP(IF(COUNTIF(A1:A6,A10),A10,"Other"),A1:B6, 2,0)


--
Biff
Microsoft Excel MVP


"TheMilkGuy" wrote in message
...
Hi folks,

I'm not sure if this matters or not, but I'm using Excel 2007 to
create files used in 2007 and 2003.

I have a list of codes in a column with pertinent data in following
columns. Example of column 1:
CYAB
CYAM
CYYJ
CYYR
CYYT
OTHER

I would like to be able to enter a code on one worksheet and have that
input searched through the column for an exact match so that I can
refer to data along its row. If the code entered does not match any
in the list, I would like to be referred to the "OTHER" line.

I am stymied. Can anyone lend a hand?

Many thanks!
Craig



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Q on how to search for text in a column

Hey, that looks great! Thanks Biff, can't wait to try it out.

Cheers!
Craig

On May 15, 12:54*am, "T. Valko" wrote:
Try this:

..........A..........B
1...CYAB....Blue
2...CYAM...Green
3...CYYJ....White
4...CYYR...Brown
5...CYYT...Red
6...OTHER...None

A10 = lookup value

=VLOOKUP(IF(COUNTIF(A1:A6,A10),A10,"Other"),A1:B6, 2,0)

--
Biff
Microsoft Excel MVP

"TheMilkGuy" wrote in message

...

Hi folks,


I'm not sure if this matters or not, but I'm using Excel 2007 to
create files used in 2007 and 2003.


I have a list of codes in a column with pertinent data in following
columns. *Example of column 1:
CYAB
CYAM
CYYJ
CYYR
CYYT
OTHER


I would like to be able to enter a code on one worksheet and have that
input searched through the column for an exact match so that I can
refer to data along its row. *If the code entered does not match any
in the list, I would like to be referred to the "OTHER" line.


I am stymied. *Can anyone lend a hand?


Many thanks!
Craig


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Q on how to search for text in a column

Hey, that looks great! Thanks Biff, can't wait to try it out.

Cheers!
Craig

On May 15, 12:54*am, "T. Valko" wrote:
Try this:

..........A..........B
1...CYAB....Blue
2...CYAM...Green
3...CYYJ....White
4...CYYR...Brown
5...CYYT...Red
6...OTHER...None

A10 = lookup value

=VLOOKUP(IF(COUNTIF(A1:A6,A10),A10,"Other"),A1:B6, 2,0)

--
Biff
Microsoft Excel MVP

"TheMilkGuy" wrote in message

...

Hi folks,


I'm not sure if this matters or not, but I'm using Excel 2007 to
create files used in 2007 and 2003.


I have a list of codes in a column with pertinent data in following
columns. *Example of column 1:
CYAB
CYAM
CYYJ
CYYR
CYYT
OTHER


I would like to be able to enter a code on one worksheet and have that
input searched through the column for an exact match so that I can
refer to data along its row. *If the code entered does not match any
in the list, I would like to be referred to the "OTHER" line.


I am stymied. *Can anyone lend a hand?


Many thanks!
Craig


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Q on how to search for text in a column

Hey, that looks great! Thanks Biff, can't wait to try it out.

Cheers!
Craig

On May 15, 12:54*am, "T. Valko" wrote:
Try this:

..........A..........B
1...CYAB....Blue
2...CYAM...Green
3...CYYJ....White
4...CYYR...Brown
5...CYYT...Red
6...OTHER...None

A10 = lookup value

=VLOOKUP(IF(COUNTIF(A1:A6,A10),A10,"Other"),A1:B6, 2,0)

--
Biff
Microsoft Excel MVP

"TheMilkGuy" wrote in message

...

Hi folks,


I'm not sure if this matters or not, but I'm using Excel 2007 to
create files used in 2007 and 2003.


I have a list of codes in a column with pertinent data in following
columns. *Example of column 1:
CYAB
CYAM
CYYJ
CYYR
CYYT
OTHER


I would like to be able to enter a code on one worksheet and have that
input searched through the column for an exact match so that I can
refer to data along its row. *If the code entered does not match any
in the list, I would like to be referred to the "OTHER" line.


I am stymied. *Can anyone lend a hand?


Many thanks!
Craig




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Q on how to search for text in a column

You're welcome!

--
Biff
Microsoft Excel MVP


"TheMilkGuy" wrote in message
...
Hey, that looks great! Thanks Biff, can't wait to try it out.

Cheers!
Craig

On May 15, 12:54 am, "T. Valko" wrote:
Try this:

..........A..........B
1...CYAB....Blue
2...CYAM...Green
3...CYYJ....White
4...CYYR...Brown
5...CYYT...Red
6...OTHER...None

A10 = lookup value

=VLOOKUP(IF(COUNTIF(A1:A6,A10),A10,"Other"),A1:B6, 2,0)

--
Biff
Microsoft Excel MVP

"TheMilkGuy" wrote in message

...

Hi folks,


I'm not sure if this matters or not, but I'm using Excel 2007 to
create files used in 2007 and 2003.


I have a list of codes in a column with pertinent data in following
columns. Example of column 1:
CYAB
CYAM
CYYJ
CYYR
CYYT
OTHER


I would like to be able to enter a code on one worksheet and have that
input searched through the column for an exact match so that I can
refer to data along its row. If the code entered does not match any
in the list, I would like to be referred to the "OTHER" line.


I am stymied. Can anyone lend a hand?


Many thanks!
Craig



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
Search For Common Text in Column Kcope8302 Excel Worksheet Functions 11 December 8th 08 10:44 PM
Search text string for ssn and copy to new column mary Excel Discussion (Misc queries) 8 December 28th 07 03:13 AM
search a column for last instance of text nastech Excel Discussion (Misc queries) 2 October 6th 07 03:07 PM
Search a Column by text length kb_63 Excel Worksheet Functions 2 May 6th 05 09:17 PM
Search column and move text formula tommy Excel Discussion (Misc queries) 0 February 8th 05 06:55 PM


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