Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I am having trouble creating a formula with vlookup. On page 1 i have a list of changing values and on page two i have the list of constants, what i am trying to do is in the first page if a value in column B is on the master list in page 2, to give a value of hold in column A. I can't seem to get the sytax of the formula correct. Any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your list of constants is in column A on the master sheet,
put this in A1 of sheet1: =IF(ISNA(MATCH(B1,Sheet2!A:A,0)),"","hold") Then copy this down as far as you need to. Hope this helps. Pete On Sep 12, 1:03*am, samantha wrote: Hello, I am having trouble creating a formula with vlookup. *On page 1 i have a list of changing values and on page two i have the list of constants, what i am trying to do is in the first page if a value in column B is on the master list in page 2, to give a value of hold in column A. *I can't seem to get the sytax of the formula correct. *Any help would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |