cwallace70
Board Regular
- Joined
- Mar 7, 2011
- Messages
- 172
I am trying to get the sum of a product in column A:A with the amounts in columns AD:JN.
I tried this sumif formula
=SUM(IF('Apr 8-CM GL v ACS Recon Detail'!A:A=$A13,$AD:$JN))
and it returns zero.
I tried sumproduct
=SUMPRODUCT('Apr 8-CM GL v ACS Recon Detail'!AD:JN,'Apr 8-CM GL v ACS Recon Detail'!A:A=Sumary!A:A)
and it a returned a #N/A
I hope someone can help me with these formulas.
On sheet 1 a product A in col A:A is equal to a product on sheet 2 col A:A, then sum AD:JN
Thank you
I tried this sumif formula
=SUM(IF('Apr 8-CM GL v ACS Recon Detail'!A:A=$A13,$AD:$JN))
and it returns zero.
I tried sumproduct
=SUMPRODUCT('Apr 8-CM GL v ACS Recon Detail'!AD:JN,'Apr 8-CM GL v ACS Recon Detail'!A:A=Sumary!A:A)
and it a returned a #N/A
I hope someone can help me with these formulas.
On sheet 1 a product A in col A:A is equal to a product on sheet 2 col A:A, then sum AD:JN
Thank you