Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Help! I am comparing Invoices numbers on two large spreadsheets and have
this formula. The Problem I have is that it is not showing me the correct results. I've done a quick manual search and found the invoices are on both sheets. =VLOOKUP(E3,'[Metrossl billing.xls]Sheet1'!$A:$C,1,FALSE) What can I do? Thank you, Siobhan |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In A:C column which either B or C column results can be retrieved
using the vlookup, but in your formula u trying the 1 column (col A) results. Check out again change the value 1 to 2 or 3 as required. On Jun 5, 9:15*pm, Siobhan Plover wrote: Help! *I am comparing Invoices numbers on two large spreadsheets and have this formula. *The Problem I have is that it is not showing me the correct results. *I've done a quick manual search and found the invoices are on both sheets. =VLOOKUP(E3,'[Metrossl billing.xls]Sheet1'!$A:$C,1,FALSE) What can I do? Thank you, Siobhan |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
maybe you want
,2 or ,3 instead -- Don Guillett Microsoft MVP Excel SalesAid Software "Siobhan Plover" wrote in message ... Help! I am comparing Invoices numbers on two large spreadsheets and have this formula. The Problem I have is that it is not showing me the correct results. I've done a quick manual search and found the invoices are on both sheets. =VLOOKUP(E3,'[Metrossl billing.xls]Sheet1'!$A:$C,1,FALSE) What can I do? Thank you, Siobhan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |