#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Variable Range

Does anyone know how to use variable's to set a range in Excel (Not in code
but actually in cells).

For instance I have a cell that does the following Sum(C8:H8) - Clearly this
sums the information in C8:H8. This represents a January - June data. I have
a million of these "sums" throughout my document and I want to be able to
change it so instead of a looking at 6 months, I could look at 3, 9, or
12...etc

My goal is to have two fields where the user could put the first and second
cell in.
Start
End


I would then put that in the formula (ie. Sum(Variable1: Variable2)), with
the variable representing the actual cell location

Can this be done?
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 248
Default Variable Range


Use
=SUM(INDIRECT(Start&":"&End))
with Start and End being NAMES containing the address of the start/end cells
or
=SUM(INDIRECT(A1&":"&A2))

with A1 containing C8 and A2 containing H8 to SUM(C8:H8)
-------------------------------------
Pl. click ''Yes'' if this was helpful...



"James C." wrote:

Does anyone know how to use variable's to set a range in Excel (Not in code
but actually in cells).

For instance I have a cell that does the following Sum(C8:H8) - Clearly this
sums the information in C8:H8. This represents a January - June data. I have
a million of these "sums" throughout my document and I want to be able to
change it so instead of a looking at 6 months, I could look at 3, 9, or
12...etc

My goal is to have two fields where the user could put the first and second
cell in.
Start
End


I would then put that in the formula (ie. Sum(Variable1: Variable2)), with
the variable representing the actual cell location

Can this be done?

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
variable range John New Users to Excel 2 July 21st 06 03:42 PM
Variable Range sep1280 Excel Worksheet Functions 3 March 6th 06 07:17 AM
from Range variable Marina Limeira Excel Discussion (Misc queries) 0 January 22nd 06 02:35 PM
from Range variable Marina Limeira Charts and Charting in Excel 0 January 22nd 06 02:35 PM
Variable in Range aftamath Excel Discussion (Misc queries) 2 October 6th 05 07:48 PM


All times are GMT +1. The time now is 09:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"