Hello,
I'm working with userform and consider using the IF + Vlookup statement. If I only use Vlookup function, it worked. However when I combine with IF function, it got wrong. This is What I'm trying to do:
If you know how to fix it, I really appreaciate![]()
Cells(7, 3).Value = Application.If(cboPart.Value = "Other Customer", Cells(6, 3).Value, (VLookup(Cells(3, 3).Value, Sheets("FS").Range("A1:AE100"), 2, 0)))
Bookmarks