Trying to link 2 pages into a formula

RistinD

New Member
Joined
Aug 23, 2013
Messages
2
Does anyone know if it is possible to link into a cell the sum of a line of figures? I was trying to press an "=" into the cell that I want the answer in, and then highlight the row I need the sum of (which is on a different sheet) It is returning with a 0 value every time, even though there are values in the fields. Do I absolutely have to create a "sum" field on the original sheet to link into the new sheet, or is there a formula that will add a line up and link into another workbook?

Sorry if this is a dumb question-- I'm kind of an Excel newbie, and mostly just flailing around without a whole lot of success!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi and welcome to the board.
If I understand what you're looking to do then perhaps this will help.
If you wanted (for example) the sum of range A10:E10 on sheet2 to display in a cell on sheet1, you can use a formula like this somewhere on sheet1:
Code:
=SUM(Sheet2!A10:E10)

Am I guessing right as to what you asked?
 
Upvote 0
Ahahaha! Yes! That was what I was missing-- an exclaimation point. And parenthesis. Ok, that makes so much more sense- and it works now. Thank you so much for your help!
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,816
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top