Can anyone help me with how I could do this either with formula or VBA.I am using the Vlookup formula below. I would like to keep the source formatting from the Vlookup worksheet which is called "Vlookup"
=IF(ISNA(VLOOKUP($A10,Lookup!$B$2:$C$100,2)),"",VLOOKUP($A10,Lookup!$B$2:$C$100,2))
Thanks