I need to create a macro which reads a row count from one worksheet and have it append to a vlookup formula range in a different worksheet.
For example, my formula would be
"vlookup('cur'!c3,'prior'!c$3:AJ$896,1,false)" <-- the 896 value is the value I want to replace with the row count from a different worksheet column.
Not sure how to go about this: confused:
Bookmarks