Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default VLOOKUP Is NOT CORRECT

Please help me fill in the ???? Offset Command ??


LIST= Sheet 2 Column 1
BLOCK=Sheet 2 A1:G1000
A1 is on Sheet 1
Formula is placed on Sheet 1 B1

Vlookup can't be used as duplicate entries may exist in BLOCK column 1

=IF(ISERROR(LOOKUP(A1,list)),"new",???)

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default VLOOKUP Is NOT CORRECT

What do you think a single Vlookup formua should return into the cell when
there are duplicates ?

Best wishes Harald

"Ronald Cayne" skrev i melding
...
Please help me fill in the ???? Offset Command ??


LIST= Sheet 2 Column 1
BLOCK=Sheet 2 A1:G1000
A1 is on Sheet 1
Formula is placed on Sheet 1 B1

Vlookup can't be used as duplicate entries may exist in BLOCK column 1

=IF(ISERROR(LOOKUP(A1,list)),"new",???)



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default VLOOKUP Is NOT CORRECT

Sorry I was not very clear in presentingf the problem below. I solved my
problem as follows when I formulated the problem more carefully using the
INDEX/MATCH combination

PRODUCT=RANGE COLUMN 2 SHEET 2
JOB_ID=RANGE COLUMN 1 SHEET 2

FORMULA

=IF(ISERROR(INDEX(PRODUCT,MATCH(K12,JOBID,0))),"NE W",INDEX(PRODUCT,MATCH(K12,JOBID,0)))




Ronald Cayne wrote:

Please help me fill in the ???? Offset Command ??

LIST= Sheet 2 Column 1
BLOCK=Sheet 2 A1:G1000
A1 is on Sheet 1
Formula is placed on Sheet 1 B1

Vlookup can't be used as duplicate entries may exist in BLOCK column 1

=IF(ISERROR(LOOKUP(A1,list)),"new",???)


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Vlookup the correct way to do this? tammyncook Excel Worksheet Functions 9 February 5th 10 09:02 PM
Vlookup not returning correct value Drebdog Excel Worksheet Functions 4 August 6th 08 11:29 PM
VLOOKUP not returning correct value leigh Excel Worksheet Functions 6 October 13th 05 12:22 PM
VLOOKUP seems correct, still getting #N/A Jazz Excel Worksheet Functions 2 September 2nd 05 06:17 PM
Vlookup not returning correct value Mandy Brookes Excel Worksheet Functions 1 January 26th 05 12:12 PM


All times are GMT +1. The time now is 10:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"