I would like to refer to a value in column A for each row. For example, when the value in A2 = the value in column J and the values are greater than V2 (8/29/17) and less than X2 (9/13/17), then sum column P. The formula works, but it's a lot of copying and updating formulas as I need to copy it for 50 rows (50 different member IDs) and then copy it for 8 different date fields. Any help would be greatly appreciated!
=SUMIFS(Gold!$P:$P,Gold!$J:$J,"136065",Gold!$L:$L,">08/29/2017",Gold!$L:$L,"<09/13/2017")
=SUMIFS(Gold!$P:$P,Gold!$J:$J,"136065",Gold!$L:$L,">08/29/2017",Gold!$L:$L,"<09/13/2017")