In row 40 I have this formula in one of my cells:
=SUM((W5:W74=1)*($D5:$D74="KXFX")*(X5:X74))
A very similar formula is in most cells across about 20ish columns.
I need to take the formula across all columns and either copy/paste or drag it down to row 41. Doing so changes W74 to W75, $D74 to $D75 and X74 to X75. I need it to stay at W74, D74 and X74. When I put the $ in front of the 74, it screws up the results and shows #VALUE.
How can I copy the formulas from row 40 and place them in row 41 without manually doing it in every cell?
Thanks
=SUM((W5:W74=1)*($D5:$D74="KXFX")*(X5:X74))
A very similar formula is in most cells across about 20ish columns.
I need to take the formula across all columns and either copy/paste or drag it down to row 41. Doing so changes W74 to W75, $D74 to $D75 and X74 to X75. I need it to stay at W74, D74 and X74. When I put the $ in front of the 74, it screws up the results and shows #VALUE.
How can I copy the formulas from row 40 and place them in row 41 without manually doing it in every cell?
Thanks