L
LN
Hi All,
Thank you for reading, and in advance, thank you for any opinion related tothis post.
Say I have a workbook with several sheets, one called "Counts" and the others "Day(1) to Day(14)". Inside the "Day()" worksheets I am summarizing information contained in the "Counts" sheet using a SUMIFS() function, which looks like this (for a specific case (Day(14) worksheet):
=SUMIFS(Counts!$H$3:$H$104506,Counts!$G$3:$G$104506,"="&'Day(14)'!$B$94,Counts!$E$3:$E$104506,'Day(14)'!$B121,Counts!$D$3:$D$104506,'Day(14)'!P$94,Counts!$C$3:$C$104506,'Day(14)'!$A$1)
I have a couple of questions about this:
1. The expression shown above corresponds to a cell in the Day(14) worksheet. Some cells in that same worksheet are used in this calculation. Why are these referenced as 'Day(14)'!$A$1, meaning starting with the worksheet name, instead of just $A$1 as the formula is in the same worksheet?
2. I noticed that if the cell in the current worksheet is referenced first in a formula, then, this cell is referenced without the name of the sheet, for example: ($A$1+ Counts!$D$3) as opposed to (Counts!$D$3+'Day(14)'!$A$1), what is the logic here?
3. This referencing situation could be an issue in the moment of creating copies. When creating the copies using the "click right-create copy" capabilities, I understand an independent copy is created and links to the corresponding new sheet are created, meaning that if I have 14 sheets for the Daysand I create a copy like this, then the new one's name would be "Day(15)" and the formulas inside will be updated to:
=SUMIFS(Counts!$H$3:$H$104506,Counts!$G$3:$G$104506,"="&'Day(15)'!$B$94,Counts!$E$3:$E$104506,'Day(15)'!$B121,Counts!$D$3:$D$104506,'Day(15)'!P$94,Counts!$C$3:$C$104506,'Day(15)'!$A$1)
Now, if I copied the entire "Day(14)" worksheet (by select Ctrl+c) and pasted it in a new worksheet, then the references would still be linked to "Day(14)"?
Could anyone expand on the logic/settings of these two ways of copying a worksheet?
Thank you,
Thank you for reading, and in advance, thank you for any opinion related tothis post.
Say I have a workbook with several sheets, one called "Counts" and the others "Day(1) to Day(14)". Inside the "Day()" worksheets I am summarizing information contained in the "Counts" sheet using a SUMIFS() function, which looks like this (for a specific case (Day(14) worksheet):
=SUMIFS(Counts!$H$3:$H$104506,Counts!$G$3:$G$104506,"="&'Day(14)'!$B$94,Counts!$E$3:$E$104506,'Day(14)'!$B121,Counts!$D$3:$D$104506,'Day(14)'!P$94,Counts!$C$3:$C$104506,'Day(14)'!$A$1)
I have a couple of questions about this:
1. The expression shown above corresponds to a cell in the Day(14) worksheet. Some cells in that same worksheet are used in this calculation. Why are these referenced as 'Day(14)'!$A$1, meaning starting with the worksheet name, instead of just $A$1 as the formula is in the same worksheet?
2. I noticed that if the cell in the current worksheet is referenced first in a formula, then, this cell is referenced without the name of the sheet, for example: ($A$1+ Counts!$D$3) as opposed to (Counts!$D$3+'Day(14)'!$A$1), what is the logic here?
3. This referencing situation could be an issue in the moment of creating copies. When creating the copies using the "click right-create copy" capabilities, I understand an independent copy is created and links to the corresponding new sheet are created, meaning that if I have 14 sheets for the Daysand I create a copy like this, then the new one's name would be "Day(15)" and the formulas inside will be updated to:
=SUMIFS(Counts!$H$3:$H$104506,Counts!$G$3:$G$104506,"="&'Day(15)'!$B$94,Counts!$E$3:$E$104506,'Day(15)'!$B121,Counts!$D$3:$D$104506,'Day(15)'!P$94,Counts!$C$3:$C$104506,'Day(15)'!$A$1)
Now, if I copied the entire "Day(14)" worksheet (by select Ctrl+c) and pasted it in a new worksheet, then the references would still be linked to "Day(14)"?
Could anyone expand on the logic/settings of these two ways of copying a worksheet?
Thank you,