HOW TO CHANGE A LINK IN A FORMULA

S

SSJ

Hello,

I have a spreadsheet with hundreds of cells containing, with slight
variations, the following formula:

IF(ISERROR(VLOOKUP($C8,'W:\[WIPSUM.xls]WIPSUM'!$B$2:$AJ$2000,21)),"0",VLOOKUP($C8,'W:\[WIPSUM.xls]WIPSUM'!$B$2:$AJ$2000,21))

This formula is pointing towards the file name WIPSUM.xls in drive 'W'.

How can I change drive from 'W' to drive 'Y' in all the cells that contain
such a formula in one go? As the correct file reside in drive Y instead of W

Thanks
Shahid
 
D

Dave Peterson

Edit|Links|change source

or maybe select the range to fix and
edit|replace
what: W:\[WIPSUM.xls]WIPSUM
with: y:\[WIPSUM.xls]WIPSUM
replace all

(give enough of that string so that you don't change other things that are
important.
Hello,

I have a spreadsheet with hundreds of cells containing, with slight
variations, the following formula:

IF(ISERROR(VLOOKUP($C8,'W:\[WIPSUM.xls]WIPSUM'!$B$2:$AJ$2000,21)),"0",VLOOKUP($C8,'W:\[WIPSUM.xls]WIPSUM'!$B$2:$AJ$2000,21))

This formula is pointing towards the file name WIPSUM.xls in drive 'W'.

How can I change drive from 'W' to drive 'Y' in all the cells that contain
such a formula in one go? As the correct file reside in drive Y instead of W

Thanks
Shahid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top