Eg.
I name a few ranges as TotalExposure, TotalScore... This ranges contain numbers.
Then I input "TotalExposure" to a cell(A1)
In cell(A2), I type in =sum(A1). With the hope that it will become =sum(TotalExposure)
But it turns out nothing.
Eg.
I name a few ranges as TotalExposure, TotalScore... This ranges contain numbers.
Then I input "TotalExposure" to a cell(A1)
In cell(A2), I type in =sum(A1). With the hope that it will become =sum(TotalExposure)
But it turns out nothing.
You need to define a name range, in formulas tab go to Name Manager, then select new, on the NAME type TotalExposure and on the Refers to (bottom part of the name range window) select A2:A1000 (defends on the ranges you like) then click OK and CLOSE, now on B2 you can type the formula =SUM(TotalExposure) then Enter: note while typing =SUM(total - a drop down list will appear and looking your TotalExposure
Hi there, thanks for the reply.
I understand what you are trying to show. But I want to key in "TotalExposure" into a cell(A1). Then in A2 I will type in =sum(A1). With this way I can change my target range easily without have to type the formula again.
Hi,
see attached file for your reference,
Hope this helps!
ok checking
Last edited by hemesh; 05-29-2013 at 03:02 AM.
You need to use the INDIRECT function in this caseALso avoid using volatile functions like OFFSET to define ranges, especially if you also use the INDIRECT function which is also volatile. You can name ranges using the INDEX function![]()
Please Login or Register to view this content.
still it is slight confusing. Do you want to type "TotalExposure" in cell A1 and then in A2 want the result as Sum(TotalExposure)
Hi Everyone, Sorry for the late reply. Thanks for helping!
Please refer to the attached file for better understanding.
Sorry for the inconvenience.
ex.xls
you can do =sum(indirect(g7))
if you find this helpful say thanks with "*".
![]()
OMG!!! Thanks so much, everyone, especially Pepe Le Mokko and hemesh!
Helped me solved a lot of problem.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks