View Single Post
  #2   Report Post  
JMB
 
Posts: n/a
Default

=IF(ISERROR(VLOOKUP(A1,Sheet2!$A$1:$C$2,3,FALSE)), 0,VLOOKUP(A1,Sheet2!$A$1:$C$2,3,FALSE))

you'll need to change Sheet2!$A$1:$C$2 to whatever range you are working
with on sheet2. for example, if you have 80 rows in your table change to
sheet2!$A$1:$C$80.

see help for VLOOKUP function - it can give you additional details about the
arguments.


"doudou" wrote:


Hi, thanks for any answer:
In sheet 1, colB, I want to check if ref. in colA also exists in
sheet2col.A, if yes, then return its valu from sheet2col.C, otherwise
(if doesn't exist), return a 0.
Any suggestion from someone ?



--
doudou
------------------------------------------------------------------------
doudou's Profile: http://www.excelforum.com/member.php...o&userid=24047
View this thread: http://www.excelforum.com/showthread...hreadid=376567