Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eric
 
Posts: n/a
Default Which function to check any value existed withing a list?

Does anyone know which function to perform checking any value within a list?
such as
a list {1,2,3,4,5,6,7,8,9}
a value {4}
then return true
Thank you
Eric
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Which function to check any value existed withing a list?

Hi Eric:

COUNTIF() will work for you.

Let's say we have a set of values in column A, say A1 thru A100. In B1 we
insert the value we would like to check. In B2 enter:

=(COUNTIF(A1:A100,B1)0) which will return TRUE if B1 is in the list
--
Gary's Student


"Eric" wrote:

Does anyone know which function to perform checking any value within a list?
such as
a list {1,2,3,4,5,6,7,8,9}
a value {4}
then return true
Thank you
Eric

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
What function to determine the second small integer from a list? Eric Excel Discussion (Misc queries) 1 December 30th 05 02:05 PM
check box function? scott Excel Worksheet Functions 1 December 29th 05 07:58 PM
Is there a function to give us the highest value in a list of tex Calaw Excel Worksheet Functions 8 November 11th 05 10:48 AM
Find in list function jrup New Users to Excel 2 August 23rd 05 12:16 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM


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