ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   find a alphanumeric in a list (https://www.excelbanter.com/excel-worksheet-functions/215339-find-alphanumeric-list.html)

2226

find a alphanumeric in a list
 
I have a column in which there are alphanumerical in cell B10 to B20 (red 3,
red4, red6, red9, red10, red 15, red17, red18, red20, red23). I have cell in
which the input has given say cell A10 (red5) & I have a cell which will tell
whether input in A10 is present from the B10 to B20 or not say cell S10. If
Im putting the logic statement in cell S10 the logic should results in
€śfalse€ť or €śtrue€ť.

Pete_UK

find a alphanumeric in a list
 
No need to start another thread - check your previous thread.

Another approach is to use MATCH:

=ISNUMBER(MATCH(A10,B10:B20,0))

but you must be more consistent with your data, as you are looking for
exact matches.

Hope this helps.

Pete

On Jan 5, 9:41*am, 2226 wrote:
I have a column in which there are alphanumerical in cell B10 to B20 (red 3,
red4, red6, red9, red10, red 15, red17, red18, red20, red23). I have cell in
which the input has given say cell A10 (red5) & I have a cell which will tell
whether input in A10 is present from the B10 to B20 or not say cell S10. If
I’m putting the logic statement in cell S10 the logic should results in
“false” or “true”.



Shaun

find a alphanumeric in a list
 
Please check whether the below mentioned formula is ok for u

In C:10 to C:19 type the value as true.

=IF(A10="","",VLOOKUP(A10,B10:C19,2,"FALSE"))

Byee.

Shaun


"2226" wrote:

I have a column in which there are alphanumerical in cell B10 to B20 (red 3,
red4, red6, red9, red10, red 15, red17, red18, red20, red23). I have cell in
which the input has given say cell A10 (red5) & I have a cell which will tell
whether input in A10 is present from the B10 to B20 or not say cell S10. If
Im putting the logic statement in cell S10 the logic should results in
€śfalse€ť or €śtrue€ť.



All times are GMT +1. The time now is 01:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com