Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi I have a spreadsheet which contains data, in simplified form as
A Name B Ref Another spreadsheet which has only name I need to get the reference which matches the name on both sheets into a new column. Which is the best way of doing this? Many thanks-- Denise |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
VLOOKUP
"dhollyholman" wrote: Hi I have a spreadsheet which contains data, in simplified form as A Name B Ref Another spreadsheet which has only name I need to get the reference which matches the name on both sheets into a new column. Which is the best way of doing this? Many thanks-- Denise |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use Vlookup...Make sure to put false at the end like the example formula
below. This ensures that it is an EXACT match, instead of a close match. =VLOOKUP(A6,'Design Review Log'!G:H,2,FALSE) -- -Brigette "מיכאל (מיקי) אבידן" wrote: VLOOKUP "dhollyholman" wrote: Hi I have a spreadsheet which contains data, in simplified form as A Name B Ref Another spreadsheet which has only name I need to get the reference which matches the name on both sheets into a new column. Which is the best way of doing this? Many thanks-- Denise |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
VLookUp - Does the VLookUp return the exact information? | 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 |