#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default Linking Problem

I have tried using the following formula in linking two workbooks. How can I
retrieve information (numbers) from two different cells in the source
workbook? Neither will work.

Formula in cell D8: =[Acct1MAS.xlsx]A!D8+G8
Also tried this formula in D8: =[Acct1MAS.xlsx]A!$D$8,[Acct1MAS.xlsx]A!$G$8

--
Thanks; in advance,
Richard
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default Linking Problem

If they are numbers and you want to add them, try:

=[Acct1MAS.xlsx]A!D8 + [Acct1MAS.xlsx]A!G8

If they are text and you want to concatenate them use & instead of +



"Richard" wrote:

I have tried using the following formula in linking two workbooks. How can I
retrieve information (numbers) from two different cells in the source
workbook? Neither will work.

Formula in cell D8: =[Acct1MAS.xlsx]A!D8+G8
Also tried this formula in D8: =[Acct1MAS.xlsx]A!$D$8,[Acct1MAS.xlsx]A!$G$8

--
Thanks; in advance,
Richard

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default Linking Problem

Thank you, Vergel Adriano. The syntax you gave me worked just great. I tried
several different formulas, but couldn't seem to get it right.
--
Thanks; in advance,
Richard


"Vergel Adriano" wrote:

If they are numbers and you want to add them, try:

=[Acct1MAS.xlsx]A!D8 + [Acct1MAS.xlsx]A!G8

If they are text and you want to concatenate them use & instead of +



"Richard" wrote:

I have tried using the following formula in linking two workbooks. How can I
retrieve information (numbers) from two different cells in the source
workbook? Neither will work.

Formula in cell D8: =[Acct1MAS.xlsx]A!D8+G8
Also tried this formula in D8: =[Acct1MAS.xlsx]A!$D$8,[Acct1MAS.xlsx]A!$G$8

--
Thanks; in advance,
Richard

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Linking Problem

You want to SUM the two cells or concatenate the two cells.

To sum..........=SUM([Acct1MAS.xlsx]A!$D$8:[Acct1MAS.xlsx]A!$G$8)

To concatenate.......=[Acct1MAS.xlsx]A!$D$8 & [Acct1MAS.xlsx]A!$G$8


Gord Dibben MS Excel MVP



On Sun, 11 Mar 2007 09:21:10 -0700, Richard
wrote:

I have tried using the following formula in linking two workbooks. How can I
retrieve information (numbers) from two different cells in the source
workbook? Neither will work.

Formula in cell D8: =[Acct1MAS.xlsx]A!D8+G8
Also tried this formula in D8: =[Acct1MAS.xlsx]A!$D$8,[Acct1MAS.xlsx]A!$G$8


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default Linking Problem

Thanks, but the first solution worked for what I was wanting to do. I will
keep your syntax in mind if I need to use them in the future.
--
Thanks; in advance,
Richard


"Gord Dibben" wrote:

You want to SUM the two cells or concatenate the two cells.

To sum..........=SUM([Acct1MAS.xlsx]A!$D$8:[Acct1MAS.xlsx]A!$G$8)

To concatenate.......=[Acct1MAS.xlsx]A!$D$8 & [Acct1MAS.xlsx]A!$G$8


Gord Dibben MS Excel MVP



On Sun, 11 Mar 2007 09:21:10 -0700, Richard
wrote:

I have tried using the following formula in linking two workbooks. How can I
retrieve information (numbers) from two different cells in the source
workbook? Neither will work.

Formula in cell D8: =[Acct1MAS.xlsx]A!D8+G8
Also tried this formula in D8: =[Acct1MAS.xlsx]A!$D$8,[Acct1MAS.xlsx]A!$G$8



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 Problem in Excel Double M Excel Worksheet Functions 1 March 4th 07 02:34 PM
A Linking Problem PA New Users to Excel 1 August 10th 06 12:42 AM
problem with linking data Sergei D Excel Worksheet Functions 0 July 24th 06 11:47 PM
I am stumped on a linking problem... FishHead Excel Discussion (Misc queries) 3 April 27th 06 05:15 PM
Worksheet Linking problem MarkGG Excel Discussion (Misc queries) 6 October 28th 05 03:13 PM


All times are GMT +1. The time now is 03:52 AM.

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"