Thread
:
if statement with vlookup
View Single Post
#
1
Posted to microsoft.public.excel.programming
choice[_2_]
external usenet poster
Posts: 84
if statement with vlookup
if range(vlookup(a1,[data.xls]inventory!$K$2:$L$1000,2,0).value = "accessory"
then
application.run "macro1"
else
application.run "macro2"
i know my error is in in the equation just cant figure it out
thanks in advance
Reply With Quote
choice[_2_]
View Public Profile
Find all posts by choice[_2_]