Perhaps this is wishful thinking, but I'm looking for something that retrieves data similarly to a VLOOKUP function, but the resulting value would then become permanent.
My example:
I have a list of names on ws2, and an identical list of names on ws1, plus some extra outliers on ws1 that will never be on ws2. I want to use the name in column A on ws2, to find the matching name in column B of ws1, and then return particular values from the matching row on ws1 to the same row on ws2, but I want to decide which cells go where (such as ws1 column E would go to ws2 column C). I understand how to do this with VLOOKUP, but I only want this to happen on command, with a macro. So I don't want every change to ws1 to automatically update on ws2 as it would with a VLOOKUP. I just want it to update when and if the macro is run. I'd want this to run for every name in the list on ws2.
My example:
I have a list of names on ws2, and an identical list of names on ws1, plus some extra outliers on ws1 that will never be on ws2. I want to use the name in column A on ws2, to find the matching name in column B of ws1, and then return particular values from the matching row on ws1 to the same row on ws2, but I want to decide which cells go where (such as ws1 column E would go to ws2 column C). I understand how to do this with VLOOKUP, but I only want this to happen on command, with a macro. So I don't want every change to ws1 to automatically update on ws2 as it would with a VLOOKUP. I just want it to update when and if the macro is run. I'd want this to run for every name in the list on ws2.