Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Its very simple. I want to input text into column C I want it to search
column A to find the same value and then return the results of column B. Column A Column B Column C 0OK7 Haskell, OK 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND Many thanks.... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Trad,
Use VLOOKUP as below: =VLOOKUP(C1,A$1:A$4,2,FALSE) Thanks, Shail Trad wrote: Its very simple. I want to input text into column C I want it to search column A to find the same value and then return the results of column B. Column A Column B Column C 0OK7 Haskell, OK 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND Many thanks.... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Column A Column B Column C Column D
0OK7 Haskell, OK 1ND3 =VLOOKUP(C2,A:B,2,0) 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND -- Allllen "Trad" wrote: Its very simple. I want to input text into column C I want it to search column A to find the same value and then return the results of column B. Column A Column B Column C 0OK7 Haskell, OK 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND Many thanks.... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If U understood correctly, U cant check if between col A & B
If so try this for ROW 2.. =if((MID(A2,2,2)=RIGHT(B2,2),"OK","NOTOK") HTH Joe Trad wrote: Its very simple. I want to input text into column C I want it to search column A to find the same value and then return the results of column B. Column A Column B Column C 0OK7 Haskell, OK 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND Many thanks.... |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
PERFECT!! Thank you so much!!
"Allllen" wrote: Column A Column B Column C Column D 0OK7 Haskell, OK 1ND3 =VLOOKUP(C2,A:B,2,0) 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND -- Allllen "Trad" wrote: Its very simple. I want to input text into column C I want it to search column A to find the same value and then return the results of column B. Column A Column B Column C 0OK7 Haskell, OK 10XS Archer City, TX 1MO0 Dearborn, MO 1ND3 Kindred, ND Many thanks.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
2 Nesting questions | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |