View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ronald Cayne Ronald Cayne is offline
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",???)