View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
SSJ SSJ is offline
external usenet poster
 
Posts: 58
Default HOW TO CHANGE A LINK IN A FORMULA

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