Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default maintaining a link

How do I link a cell to a cell in another workbook so that it always links to
that same workbook even if the folder that they are in changes (they will
always be in the same folder as each other)?
Thanks,
Brad
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default maintaining a link


=IF($AA14< "
",VLOOKUP(ABS($AA14),'C:\Reference\[TranMaster.xls]Translator'!$A$11:$AC$51,2,TRUE),"
")

The If statement checks to see if the cell is not empty

The Vlookup then looks into the "TranMaster.xls" workbooks ant
Translator worksheet for a matching entry in the A11:AC51 range. It
then returns the column two rows over from the matching entry.

I use this to turn site codes in to addresses.

Hope it helps

Craigm


--
Craigm
------------------------------------------------------------------------
Craigm's Profile: http://www.excelforum.com/member.php...o&userid=24381
View this thread: http://www.excelforum.com/showthread...hreadid=381722

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default maintaining a link

Thanks Craigm.
What I am looking for was actually simpler than this, and it was doing what
I wanted all along. What you wrote is going to help on another sheet I am
working on though.
Brad


"Craigm" wrote:


=IF($AA14< "
",VLOOKUP(ABS($AA14),'C:\Reference\[TranMaster.xls]Translator'!$A$11:$AC$51,2,TRUE),"
")

The If statement checks to see if the cell is not empty

The Vlookup then looks into the "TranMaster.xls" workbooks ant
Translator worksheet for a matching entry in the A11:AC51 range. It
then returns the column two rows over from the matching entry.

I use this to turn site codes in to addresses.

Hope it helps

Craigm


--
Craigm
------------------------------------------------------------------------
Craigm's Profile: http://www.excelforum.com/member.php...o&userid=24381
View this thread: http://www.excelforum.com/showthread...hreadid=381722


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maintaining Formulas dcontois New Users to Excel 9 December 15th 09 03:13 PM
Maintaining Formulas CMZ Excel Discussion (Misc queries) 3 August 14th 07 08:16 AM
Form Checkboxes are not maintaining cell link CSK Excel Discussion (Misc queries) 6 March 9th 07 03:14 PM
Maintaining formulas when sorting TMC New Users to Excel 1 January 4th 07 03:08 PM
Maintaining Row Number vtrain99 Excel Discussion (Misc queries) 2 August 5th 05 09:22 PM


All times are GMT +1. The time now is 06:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"