Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I wanna write a formula in column A so that if Column B matches any item in
the named range "GAT" it will return the vaule "TRUE" and if not the vaule "FALSE". Any ideas. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Nevermind I got it.
=IF(ISBLANK(B2)," ",IF(ISNA(VLOOKUP(B2,GAT,1,False),"False","Tru e") "Chad Portman" wrote: I wanna write a formula in column A so that if Column B matches any item in the named range "GAT" it will return the vaule "TRUE" and if not the vaule "FALSE". Any ideas. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Another one:
=COUNTIF(INDEX(GAT,,1),B2)0 -- Biff Microsoft Excel MVP "Chad Portman" wrote in message ... Nevermind I got it. =IF(ISBLANK(B2)," ",IF(ISNA(VLOOKUP(B2,GAT,1,False),"False","Tru e") "Chad Portman" wrote: I wanna write a formula in column A so that if Column B matches any item in the named range "GAT" it will return the vaule "TRUE" and if not the vaule "FALSE". Any ideas. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try this =IF(COUNTIF(Gat,B1),TRUE) This assumes you are checking to see if B1 is in the range Gat. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Chad Portman" wrote: I wanna write a formula in column A so that if Column B matches any item in the named range "GAT" it will return the vaule "TRUE" and if not the vaule "FALSE". Any ideas. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to match 2 columns, if a match found add info from 2nd column | Excel Worksheet Functions | |||
index(match) Wind Uplift Calculations (match four conditions) | Excel Worksheet Functions | |||
MATCH Multiple Criteria & Return Previous / Penultimate Match | Excel Worksheet Functions | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
Lookup? Match? pulling rows from one spreadsheet to match a text f | Excel Worksheet Functions |