![]() |
check if reference exists, then return its value or return 0
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 ? :confused: -- doudou ------------------------------------------------------------------------ doudou's Profile: http://www.excelforum.com/member.php...o&userid=24047 View this thread: http://www.excelforum.com/showthread...hreadid=376567 |
=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 ? :confused: -- doudou ------------------------------------------------------------------------ doudou's Profile: http://www.excelforum.com/member.php...o&userid=24047 View this thread: http://www.excelforum.com/showthread...hreadid=376567 |
All times are GMT +1. The time now is 12:00 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com