Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can a single named range include cells from multiple sheets?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steph,
Yes, as long as they are the same cells on each worksheet: Sheets 1 to Sheet 2 cell A1 is OK, Sheet1 cell A1 and sheet2 cell B2 is not OK. HTH, Bernie MS Excel MVP "Steph" wrote in message ... Can a single named range include cells from multiple sheets? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Steph, =sum(Sheet1!a1,Sheet2!A2,sheet3!a3) this works OK, not sure what Bernie sees as a problem. Charles ______________________ Decision Models The Excel Calculation Site. www.DecisionModels.com Yes, as long as they are the same cells on each worksheet: Sheets 1 to Sheet 2 cell A1 is OK, Sheet1 cell A1 and sheet2 cell B2 is not OK. HTH, Bernie MS Excel MVP "Steph" wrote in message ... Can a single named range include cells from multiple sheets? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I thought Steph was asking about a named range. (Insert|name).
And I can have a name that refers to cells from two different worksheets: I used this in the refers to box in that dialog: =Sheet2!$A$1,Sheet1!$A$1 But that's not a range--but it is a name. I guess it boils down to what Steph really meant. Steph? Charles Williams wrote: Hi Steph, =sum(Sheet1!a1,Sheet2!A2,sheet3!a3) this works OK, not sure what Bernie sees as a problem. Charles ______________________ Decision Models The Excel Calculation Site. www.DecisionModels.com Yes, as long as they are the same cells on each worksheet: Sheets 1 to Sheet 2 cell A1 is OK, Sheet1 cell A1 and sheet2 cell B2 is not OK. HTH, Bernie MS Excel MVP "Steph" wrote in message ... Can a single named range include cells from multiple sheets? -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave and Charles,
You can have a named range that refers to Sheet1!A1 and Sheet2!A1, but not Sheet1!A1 and Sheet2!B2. I'm pretty sure that is what the OP was talking about.... HTH, Bernie MS Excel MVP "Dave Peterson" wrote in message ... I thought Steph was asking about a named range. (Insert|name). And I can have a name that refers to cells from two different worksheets: I used this in the refers to box in that dialog: =Sheet2!$A$1,Sheet1!$A$1 But that's not a range--but it is a name. I guess it boils down to what Steph really meant. Steph? Charles Williams wrote: Hi Steph, =sum(Sheet1!a1,Sheet2!A2,sheet3!a3) this works OK, not sure what Bernie sees as a problem. Charles ______________________ Decision Models The Excel Calculation Site. www.DecisionModels.com Yes, as long as they are the same cells on each worksheet: Sheets 1 to Sheet 2 cell A1 is OK, Sheet1 cell A1 and sheet2 cell B2 is not OK. HTH, Bernie MS Excel MVP "Steph" wrote in message ... Can a single named range include cells from multiple sheets? -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd call it a Name, but not a Range.
Range's have a bunch of properties (like .parent) that this Name doesn't have. Bernie Deitrick wrote: Dave and Charles, You can have a named range that refers to Sheet1!A1 and Sheet2!A1, but not Sheet1!A1 and Sheet2!B2. I'm pretty sure that is what the OP was talking about.... HTH, Bernie MS Excel MVP "Dave Peterson" wrote in message ... I thought Steph was asking about a named range. (Insert|name). And I can have a name that refers to cells from two different worksheets: I used this in the refers to box in that dialog: =Sheet2!$A$1,Sheet1!$A$1 But that's not a range--but it is a name. I guess it boils down to what Steph really meant. Steph? Charles Williams wrote: Hi Steph, =sum(Sheet1!a1,Sheet2!A2,sheet3!a3) this works OK, not sure what Bernie sees as a problem. Charles ______________________ Decision Models The Excel Calculation Site. www.DecisionModels.com Yes, as long as they are the same cells on each worksheet: Sheets 1 to Sheet 2 cell A1 is OK, Sheet1 cell A1 and sheet2 cell B2 is not OK. HTH, Bernie MS Excel MVP "Steph" wrote in message ... Can a single named range include cells from multiple sheets? -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
List Box - For Input Range can I use named range in another workbo | Excel Worksheet Functions | |||
Referencing a named range based upon Range name entry in cell | Excel Worksheet Functions | |||
automatic range - named range give me circular reference... | Excel Discussion (Misc queries) | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) |