I know [basically/kind of] about using the $s to either keep rows or columns either intact or to change number as you drag.
However I need to keep whole portions of certain formulas intact as I drag -- is that possible using any characters or... something like that?
Example:
=SUMPRODUCT(--(($DG2:$DG1364=1111)),--(($DT2:$DT1364=5)+($DT2:$DT1364=6)))
I'd like to be able to drag this both ways, down and across, keeping various pieces of it intact as I drag in each direction.
Dragging down, I need to keep this intact/unchanging:
(($DT2:$DT1364=5)+($DT2:$DT1364=6))
Dragging across, I need to keep this intact/unchanging:
(($DG2:$DG1364=1111))
I've just been updating each row or column after dragging one way or the other, though I'm wondering if there is an easier way??
Thanks so much!!!!
However I need to keep whole portions of certain formulas intact as I drag -- is that possible using any characters or... something like that?
Example:
=SUMPRODUCT(--(($DG2:$DG1364=1111)),--(($DT2:$DT1364=5)+($DT2:$DT1364=6)))
I'd like to be able to drag this both ways, down and across, keeping various pieces of it intact as I drag in each direction.
Dragging down, I need to keep this intact/unchanging:
(($DT2:$DT1364=5)+($DT2:$DT1364=6))
Dragging across, I need to keep this intact/unchanging:
(($DG2:$DG1364=1111))
I've just been updating each row or column after dragging one way or the other, though I'm wondering if there is an easier way??
Thanks so much!!!!