Why am I having trouble Referencing References

Quickleaf

New Member
Joined
May 11, 2020
Messages
1
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Okay, so, I'm curious friends. This is my first post here, so I apologize if it's already been asked.

When I'm working in Excel one of the things I've been trying to do is have my formulas spit out their products, and then use those products as a component in another formula.

For example, if I use a =Sum(A1:A2) in cell A3 and then I try and do =Sum(A3:B2) in Cell C1 it kicks back an invalid cell reference because the cell A3 is a derived value. Is this something I'm doing wrong, or is this just some weird hiccup in Excel.

Thanks!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
I think it's probably more because your range doesn't make sense?

You need =A3+B2 rather than a sum of a range, or even =Sum (A3,B2).

Welcome to the forum!
 
Upvote 0
If you want to sum A3 & B2 then you need to have a comma between them, otherwise it is trying to sum A2,B2,A3 & B3.
And if you enter =sum(A3:B2) it will switch to =sum(A2:B3) as the range will always start with the top left cell.
 
Upvote 0
If you want to sum A3 & B2 then you need to have a comma between them, otherwise it is trying to sum A2,B2,A3 & B3.

I just tried this on Excel for my own curiosity.

When I entered =Sum (A3:B2) Excel changed it to A2:B3....

Is this a feature?
 
Upvote 0

Forum statistics

Threads
1,214,588
Messages
6,120,412
Members
448,960
Latest member
AKSMITH

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