Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2007

Tip: Looking for answers? Try searching our database.

Linking Problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Richard - 11 Mar 2007 17:21 GMT
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

Signature

Thanks; in advance,
Richard

Vergel Adriano - 11 Mar 2007 17:52 GMT
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 +

> 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
Richard - 11 Mar 2007 19:04 GMT
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.
Signature

Thanks; in advance,
Richard

> If they are numbers and you want to add them, try:
>
[quoted text clipped - 8 lines]
> > 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
Gord Dibben - 11 Mar 2007 19:06 GMT
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

>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
Richard - 11 Mar 2007 19:19 GMT
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.
Signature

Thanks; in advance,
Richard

> You want to SUM the two cells or concatenate the two cells.
>
[quoted text clipped - 10 lines]
> >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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.