I have data in column H in sheet "Example" that I would like to change based on the results of a vlookup to sheet "List".
So the vlookup would be: =VLOOKUP(H23,List!A:C,3,0).
However, I have another macro that I'm calling in this workbook, so I'd like to combine several vba macros into one.
So I'd like the data in column H in sheet "Example" to update based on the results of the vlookup to sheet "List".
Is that possible?
Any help would be much appreciated.