Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There're some times when I want to reference the cell dynamically in a
function: avg(A1:(the cell not known or changes)) I would like to achieve something like this: avg(A1:address(R1C1)) or avg(A1:F(address(R1C1)), which doesn't of course work, when the address function or some other borrows the cell reference from the value of another cell. Can I achieve this result without using a macro? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes:
Checkout the INDIRECT() function in Help. -- Gary''s Student "ArthurN" wrote: There're some times when I want to reference the cell dynamically in a function: avg(A1:(the cell not known or changes)) I would like to achieve something like this: avg(A1:address(R1C1)) or avg(A1:F(address(R1C1)), which doesn't of course work, when the address function or some other borrows the cell reference from the value of another cell. Can I achieve this result without using a macro? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
the indirect function and named ranges are very useul here
-- paul remove nospam for email addy! "ArthurN" wrote: There're some times when I want to reference the cell dynamically in a function: avg(A1:(the cell not known or changes)) I would like to achieve something like this: avg(A1:address(R1C1)) or avg(A1:F(address(R1C1)), which doesn't of course work, when the address function or some other borrows the cell reference from the value of another cell. Can I achieve this result without using a macro? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel should be able to map which cells reference each other. | Excel Worksheet Functions | |||
changing multiple cells from relative to absolute reference | Excel Discussion (Misc queries) | |||
My formula screws up other reference cells... | Excel Discussion (Misc queries) | |||
I Need to change reference sheet for all cells on a form | Excel Discussion (Misc queries) | |||
3 cells are named - how to refere to them in one reference field in a chart | Charts and Charting in Excel |