Hello everyone,
My goal is to find all YELLOW highlighted cells that are currently empty, and replace it with a vlookup formula like this:
=Vlookup(A1,A:Z,2,False)
The issue is when you use the Find and Replace function, the lookup value of A1 is an absolute value. I need the lookup value to...