zabiullakhan
Active Member
- Joined
- Aug 30, 2010
- Messages
- 310
i have an excel formula as bellow, i wanna write this formula in VBA.
please help.
Code:
=IF(ISERROR(VLOOKUP(AM2,Sheet1!$A:$B,2,0)),"",VLOOKUP(AM2,Sheet1!$A:$B,2,0))
please help.