Hi All,
I have a spreadsheet with some old vlookups that need to be repointed to the same tab in my current workbook. The cells containing the vlookups are currently blowing up with #Name?. Links is ghosted out.
Here's the 'old' syntax that I want replaced:
=VLOOKUP(RC3,'\Documents and Settings\wooj5\Local Settings\Temporary Internet Files\Content.IE5\SZNQ86ZX\[POTrackerMayYTD-062011-updated.xls]Pivot'!C2:C11,7,FALSE)
This is the syntax I want to replace it with:
=VLOOKUP(RC3,Pivot!C2:C11,7,FALSE)
I've tried simply using find and replace, but it doesn't work.
What is the secret?
Thanks In advance for your replies!
I have a spreadsheet with some old vlookups that need to be repointed to the same tab in my current workbook. The cells containing the vlookups are currently blowing up with #Name?. Links is ghosted out.
Here's the 'old' syntax that I want replaced:
=VLOOKUP(RC3,'\Documents and Settings\wooj5\Local Settings\Temporary Internet Files\Content.IE5\SZNQ86ZX\[POTrackerMayYTD-062011-updated.xls]Pivot'!C2:C11,7,FALSE)
This is the syntax I want to replace it with:
=VLOOKUP(RC3,Pivot!C2:C11,7,FALSE)
I've tried simply using find and replace, but it doesn't work.
What is the secret?
Thanks In advance for your replies!