J
Joe
The following formula returns the incorrect totals:
=sum(entry!i:i)+(entry!j:j)
it will calculate the total of column j from sheet entry
but not from column i on the same sheet.
=sum(entry!i:i)+(entry!j:j)
it will calculate the total of column j from sheet entry
but not from column i on the same sheet.