Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Stuck with finding a formula to compare if my value in Column A exist in my
list of values in Column B, then display result in Column C. A B C Fruit Fruit List True/False Apple Orange True Kewi Apple False Orange Banana True Cherry Lemon Any help would be apprecieated. -Wesley |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=ISNUMBER(MATCH(A2,B$2:B$6,0)) Copy down as needed. Biff "Wester" wrote in message ... Stuck with finding a formula to compare if my value in Column A exist in my list of values in Column B, then display result in Column C. A B C Fruit Fruit List True/False Apple Orange True Kewi Apple False Orange Banana True Cherry Lemon Any help would be apprecieated. -Wesley |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks!
-Wesley "T. Valko" wrote: One way: =ISNUMBER(MATCH(A2,B$2:B$6,0)) Copy down as needed. Biff "Wester" wrote in message ... Stuck with finding a formula to compare if my value in Column A exist in my list of values in Column B, then display result in Column C. A B C Fruit Fruit List True/False Apple Orange True Kewi Apple False Orange Banana True Cherry Lemon Any help would be apprecieated. -Wesley |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
Biff "Wester" wrote in message ... Thanks! -Wesley "T. Valko" wrote: One way: =ISNUMBER(MATCH(A2,B$2:B$6,0)) Copy down as needed. Biff "Wester" wrote in message ... Stuck with finding a formula to compare if my value in Column A exist in my list of values in Column B, then display result in Column C. A B C Fruit Fruit List True/False Apple Orange True Kewi Apple False Orange Banana True Cherry Lemon Any help would be apprecieated. -Wesley |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup function/sum function | Excel Discussion (Misc queries) | |||
How do I combine spreadsheets and documents in one file? | Excel Discussion (Misc queries) | |||
macro | Excel Discussion (Misc queries) | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |