Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default easy solution, just cant remember how to


I have a list of 30 different vehicle stock numbers, these are known a
special units. when I enter a stock number of a sold unit I would lik
another column to search the list of 30 stock numbers to see if it ha
a match and if it does display a 1 or a yes, or something. If there i
no match then display a blank. I just cant for the life of me figur
out how to get it to search the field. something like if a5=b6:b36 the
yes, otherwise no. thanks for the help, sorry if it wasnt challenging

--
foamcow
-----------------------------------------------------------------------
foamcows's Profile: http://www.excelforum.com/member.php...fo&userid=1853
View this thread: http://www.excelforum.com/showthread.php?threadid=49758

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 486
Default easy solution, just cant remember how to

Take a look at the countif function.
--
HTH...

Jim Thomlinson


"foamcows" wrote:


I have a list of 30 different vehicle stock numbers, these are known as
special units. when I enter a stock number of a sold unit I would like
another column to search the list of 30 stock numbers to see if it has
a match and if it does display a 1 or a yes, or something. If there is
no match then display a blank. I just cant for the life of me figure
out how to get it to search the field. something like if a5=b6:b36 then
yes, otherwise no. thanks for the help, sorry if it wasnt challenging.


--
foamcows
------------------------------------------------------------------------
foamcows's Profile: http://www.excelforum.com/member.php...o&userid=18538
View this thread: http://www.excelforum.com/showthread...hreadid=497586


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default easy solution, just cant remember how to


Try:

A5 is stock number sought, B6:B36 is list of stock numbers

Place in required cell:

=IF(ISNA(MATCH(A5,$B$6:$B$36,0)),"","YES")

HTH
"foamcows" wrote:


I have a list of 30 different vehicle stock numbers, these are known as
special units. when I enter a stock number of a sold unit I would like
another column to search the list of 30 stock numbers to see if it has
a match and if it does display a 1 or a yes, or something. If there is
no match then display a blank. I just cant for the life of me figure
out how to get it to search the field. something like if a5=b6:b36 then
yes, otherwise no. thanks for the help, sorry if it wasnt challenging.


--
foamcows
------------------------------------------------------------------------
foamcows's Profile: http://www.excelforum.com/member.php...o&userid=18538
View this thread: http://www.excelforum.com/showthread...hreadid=497586


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default easy solution, just cant remember how to


perfect, thanks so much.


--
foamcows
------------------------------------------------------------------------
foamcows's Profile: http://www.excelforum.com/member.php...o&userid=18538
View this thread: http://www.excelforum.com/showthread...hreadid=497586

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
Am I missing some easy solution to my problem? JJ Excel Worksheet Functions 2 September 17th 09 10:42 AM
Easy to do but cannot remember how! Chivalrous1 Excel Worksheet Functions 3 July 10th 08 06:35 PM
Anyone got an easy solution DebbieV Excel Discussion (Misc queries) 0 July 4th 08 02:13 AM
Easy Sumproduct or Sumif - but I can't remember how ..lol ! Anthony Excel Worksheet Functions 4 March 11th 07 01:09 AM
I know this is easy but I don't remember how. punter Excel Discussion (Misc queries) 5 June 16th 06 07:05 PM


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