Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the cell reference generated by ADDRESS as the number value
(start of the range) in the SUM function. For example the result of my ADDRESS function is $C$5 and I want the range in SUM to start at $C$5 to an end reference. However, when I point to the cell which contains my ADDRESS function and shows $C$5 as the result, the SUM function just takes the cell reference of where the ADDRESS fucntion is and not the outcome. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Nigel,
If A1 contains $C$5 then try: =SUM(INDIRECT(A1 &":C10")) This will sum C5 to C10 HTH "Nigel" wrote: I want to use the cell reference generated by ADDRESS as the number value (start of the range) in the SUM function. For example the result of my ADDRESS function is $C$5 and I want the range in SUM to start at $C$5 to an end reference. However, when I point to the cell which contains my ADDRESS function and shows $C$5 as the result, the SUM function just takes the cell reference of where the ADDRESS fucntion is and not the outcome. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Nigel,
Do you actually want to display $C$5 on your sheet or are you calculating that only as a means to enerate the correct sum formula? If it's the latter then there are probably better ways, possibly using INDEX, what's your Address function? "Nigel" wrote: I want to use the cell reference generated by ADDRESS as the number value (start of the range) in the SUM function. For example the result of my ADDRESS function is $C$5 and I want the range in SUM to start at $C$5 to an end reference. However, when I point to the cell which contains my ADDRESS function and shows $C$5 as the result, the SUM function just takes the cell reference of where the ADDRESS fucntion is and not the outcome. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I know which cell a function is called from? | Excel Worksheet Functions | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Using SUMIF Function with a named cell reference as value in CRITE | Excel Worksheet Functions | |||
Highlighted Reference Cell for a Working Cell | Excel Worksheet Functions | |||
indirect function to reference cell on different sheet | Excel Worksheet Functions |