Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I will be given a list of numbers (starting in A1) together with the number
of numbers in the list given in B1. I would like to be able to write =SUM(A1,CONCATENATE("A",B1)). Is there any way to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes:
The INDIRECT() function will help you See Excel Help -- Gary''s Student "Phil G" wrote: I will be given a list of numbers (starting in A1) together with the number of numbers in the list given in B1. I would like to be able to write =SUM(A1,CONCATENATE("A",B1)). Is there any way to do this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd use offset: =sum(offset(a1,0,0,b1,1)).
"Phil G" wrote: I will be given a list of numbers (starting in A1) together with the number of numbers in the list given in B1. I would like to be able to write =SUM(A1,CONCATENATE("A",B1)). Is there any way to do this? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Many thanks for the prompt and helpful reply - I should have found this
myself! _ someday I'll have to go through all the functions in detail. "Gary''s Student" wrote: Yes: The INDIRECT() function will help you See Excel Help -- Gary''s Student "Phil G" wrote: I will be given a list of numbers (starting in A1) together with the number of numbers in the list given in B1. I would like to be able to write =SUM(A1,CONCATENATE("A",B1)). Is there any way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deferring conditional formatting? | Excel Discussion (Misc queries) | |||
Value of one cell a certain number of cells away from another cell | Excel Discussion (Misc queries) | |||
Cell Reference's when Pasting | Excel Discussion (Misc queries) | |||
Automatically Changing Cell Reference's when Pasting in Excel | Excel Discussion (Misc queries) | |||
Maintaining cell references when inserting cells elsewhere | Excel Discussion (Misc queries) |