Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default linking workbooks

How come when I copy and paste special 'values' the following concatenated
string,

="='H:\Test\[" & D150 & ".xls]BUYERS REQUEST'!$C$44"

I get

='H:\Test\[PRDtemplate_Rev9.2_8-11-06-TEST.xls]BUYERS REQUEST'!$C$44.

I would actually like excel to automatically recognize that it is a formula,
and return the linked value (i.e. $8.75) and not the actual formula. Is
there a way to do this without going into the cell and hitting enter to get
the desired value.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default linking workbooks

If you want to make excel see it as a formula, you have to make a change.

I'd select the range and do
edit|Replace
what: = (equal sign)
with: = (equal sign)
replace all

to get lots of cells all at once.

Kaby wrote:

How come when I copy and paste special 'values' the following concatenated
string,

="='H:\Test\[" & D150 & ".xls]BUYERS REQUEST'!$C$44"

I get

='H:\Test\[PRDtemplate_Rev9.2_8-11-06-TEST.xls]BUYERS REQUEST'!$C$44.

I would actually like excel to automatically recognize that it is a formula,
and return the linked value (i.e. $8.75) and not the actual formula. Is
there a way to do this without going into the cell and hitting enter to get
the desired value.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default linking workbooks

Wow...thanks a bunch Dave...that seem to work and is much less
repetitive...you've been a real help.

"Dave Peterson" wrote:

If you want to make excel see it as a formula, you have to make a change.

I'd select the range and do
edit|Replace
what: = (equal sign)
with: = (equal sign)
replace all

to get lots of cells all at once.

Kaby wrote:

How come when I copy and paste special 'values' the following concatenated
string,

="='H:\Test\[" & D150 & ".xls]BUYERS REQUEST'!$C$44"

I get

='H:\Test\[PRDtemplate_Rev9.2_8-11-06-TEST.xls]BUYERS REQUEST'!$C$44.

I would actually like excel to automatically recognize that it is a formula,
and return the linked value (i.e. $8.75) and not the actual formula. Is
there a way to do this without going into the cell and hitting enter to get
the desired value.


--

Dave Peterson

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
Linking Workbooks crimlaw73 Excel Discussion (Misc queries) 0 September 15th 08 04:40 PM
Linking Workbooks SwaranK Excel Discussion (Misc queries) 1 July 28th 08 05:35 PM
linking to workbooks together Michelle Excel Worksheet Functions 0 September 20th 07 05:32 PM
linking workbooks susie Excel Discussion (Misc queries) 2 August 17th 05 09:03 PM
Linking Workbooks madge Excel Worksheet Functions 2 December 22nd 04 01:15 PM


All times are GMT +1. The time now is 04:55 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"