![]() |
Vlookup
is it possible to do a vlookup only if the column prior is tagged with a Y
so far example If Column J says Y then Column K does the lookup? =IF(J3=Y,Vlookup(Data!A2:H1602,8,false) except this doesn't work |
Vlookup
Is this what you meant?
=IF(J3="Y",VLOOKUP(K3,Data!A2:H1602,8,0),"") -- Biff Microsoft Excel MVP "HS" wrote in message ... is it possible to do a vlookup only if the column prior is tagged with a Y so far example If Column J says Y then Column K does the lookup? =IF(J3=Y,Vlookup(Data!A2:H1602,8,false) except this doesn't work |
Vlookup
this is great, thank you!! :)
"HS" wrote: is it possible to do a vlookup only if the column prior is tagged with a Y so far example If Column J says Y then Column K does the lookup? =IF(J3=Y,Vlookup(Data!A2:H1602,8,false) except this doesn't work |
All times are GMT +1. The time now is 09:53 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com