Ronderbecke
Board Regular
- Joined
- Oct 4, 2017
- Messages
- 73
Hey There,
I have a formula that works just fine when only using 1 sheet. I changed it to reference multiple sheets and it just gives an error? Any reason this could happen in google sheets?
Original:
=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)))))
3d referencing:
=SUMPRODUCT(IF(MOD(ROW("'"&sheets&"'!C12:C")-ROW("'"&sheets&"'!C12"),12)=0,IF(ISNUMBER("'"&sheets&"'!C12:C"),IF("'"&sheets&"'!H7:H"="Stacie Getsinger",IF("'"&sheets&"'!C12:C"-DAY("'"&sheets&"'!C12:C")+1=DATE(2017,7,1),"'"&sheets&"'!C4:C<>0")))))
With the new formula it simply says: #N/A and when I scroll over it, the error says: "Argument must be a range"?
Any help would be greatly appreciated as I feel I have exhausted all options and cannot wrap my head around what is being impacted.
I have a formula that works just fine when only using 1 sheet. I changed it to reference multiple sheets and it just gives an error? Any reason this could happen in google sheets?
Original:
=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)))))
3d referencing:
=SUMPRODUCT(IF(MOD(ROW("'"&sheets&"'!C12:C")-ROW("'"&sheets&"'!C12"),12)=0,IF(ISNUMBER("'"&sheets&"'!C12:C"),IF("'"&sheets&"'!H7:H"="Stacie Getsinger",IF("'"&sheets&"'!C12:C"-DAY("'"&sheets&"'!C12:C")+1=DATE(2017,7,1),"'"&sheets&"'!C4:C<>0")))))
With the new formula it simply says: #N/A and when I scroll over it, the error says: "Argument must be a range"?
Any help would be greatly appreciated as I feel I have exhausted all options and cannot wrap my head around what is being impacted.