I want to use a sumproduct, but am open to another formula that will do the same thing, that will do:
sumproduct(--($A$2:$A$20=$A$1),--($B$2:$B$20=$B$1),($C$2:$C$20)
Here is the catch...my area of $2:$20 changes on a weekly basis, sometimes it goes to row 18 sometimes to 12 sometimes to 20...I am trying to write the formula so that it will change as my range changes it can refer to a cell that counts the number of cells filled in if needed, that I have right now already (that is how I am changing my formula each week).
Thanks in advance for the help!
C
sumproduct(--($A$2:$A$20=$A$1),--($B$2:$B$20=$B$1),($C$2:$C$20)
Here is the catch...my area of $2:$20 changes on a weekly basis, sometimes it goes to row 18 sometimes to 12 sometimes to 20...I am trying to write the formula so that it will change as my range changes it can refer to a cell that counts the number of cells filled in if needed, that I have right now already (that is how I am changing my formula each week).
Thanks in advance for the help!
C