Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On a Summary sheet in cell F3 I have an array formula...
{=SUM(Colour_0!Length_List*Colour_0!Used_List)} ....which works fine. Length_List and Used_List are dynamic named ranges local to the sheet "Colour_0". In cell F2 I have the name of the sheet - "Colour_0" as a heading. I want to refer to this heading in the formula so that users can easily expand the tool by copying the Colour_0 sheet, then writing the new sheet name in row2 on the Summary and copying the formula across. I've tried this... {=SUM(INDIRECT("'" & F2 & "'!Length_List")*"'" & F2 & "'!Used_List")} ....but I get a #REF! error. Is there a way to make this work or is it not do-able using sheet level named ranges? Br, Nick. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
INDIRECT and CONCATENATE in Defined Name | Excel Discussion (Misc queries) | |||
Use of Indirect in Defined Name | Excel Discussion (Misc queries) | |||
INDIRECT and Defined Names | Excel Worksheet Functions | |||
Pivot Table - report product that have sales above defined level | Excel Discussion (Misc queries) | |||
Sum to Defined level | Excel Discussion (Misc queries) |