Ronderbecke
Board Regular
- Joined
- Oct 4, 2017
- Messages
- 73
I was hoping someone could help with this (maybe it's not even possible?), but currently I have a formula that I can use that works perfect with sumproduct:
=SUMPRODUCT(IF(MOD(ROW('Travis Jones'!C12:C)-ROW('Travis Jones'!C12),12)=0,IF(ISNUMBER('Travis Jones'!C12:C),IF('Travis Jones'!H7:H="Stacie Getsinger",IF('Travis Jones'!C12:C-DAY('Travis Jones'!C12:C)+1=DATE(2017,7,1),'Travis Jones'!C4:C<>0)))))
The problem is that I have to redo 'Travis Jones'! 28 times and that number will continue to increase and I have to add every time it goes up and I use this formula quite a bit. Is there a way to make it do this exact same formula but across all the sheets?
I have already tried:
=SUMPRODUCT(IF(MOD(ROW('Travis Jones:Dustin White'!C12:C)-ROW('Travis Jones:Dustin White'!C12),12)=0,IF(ISNUMBER('Travis Jones:Dustin White'!C12:C),IF('Travis Jones:Dustin White'!H7:H="Stacie Getsinger",IF('Travis Jones:Dustin White'!C12:C-DAY('Travis Jones:Dustin White'!C12:C)+1=DATE(2017,7,1),'Travis Jones:Dustin White'!C4:C<>0)))))
That doesn't work. (Travis jones is the 1st sheet in a long line of sheets and Dustin White is the last one.
Is what I am looking to do even possible or do I just have to type in the formula a bunch of times which is extremely time consuming?
=SUMPRODUCT(IF(MOD(ROW('Travis Jones'!C12:C)-ROW('Travis Jones'!C12),12)=0,IF(ISNUMBER('Travis Jones'!C12:C),IF('Travis Jones'!H7:H="Stacie Getsinger",IF('Travis Jones'!C12:C-DAY('Travis Jones'!C12:C)+1=DATE(2017,7,1),'Travis Jones'!C4:C<>0)))))
The problem is that I have to redo 'Travis Jones'! 28 times and that number will continue to increase and I have to add every time it goes up and I use this formula quite a bit. Is there a way to make it do this exact same formula but across all the sheets?
I have already tried:
=SUMPRODUCT(IF(MOD(ROW('Travis Jones:Dustin White'!C12:C)-ROW('Travis Jones:Dustin White'!C12),12)=0,IF(ISNUMBER('Travis Jones:Dustin White'!C12:C),IF('Travis Jones:Dustin White'!H7:H="Stacie Getsinger",IF('Travis Jones:Dustin White'!C12:C-DAY('Travis Jones:Dustin White'!C12:C)+1=DATE(2017,7,1),'Travis Jones:Dustin White'!C4:C<>0)))))
That doesn't work. (Travis jones is the 1st sheet in a long line of sheets and Dustin White is the last one.
Is what I am looking to do even possible or do I just have to type in the formula a bunch of times which is extremely time consuming?