S
spackler
I have a software program that kicks out Excel reports with data fro
its fields and I need to add the cells up. I can put the =SUM(A1
1
formula in a field within the software so it adds up A1 through D1 n
problem but the simple =SUM(A1
1) then shows up in row 2. So where i
should be =SUM(A2
2) Excel is taking the literall text in the field s
it is not working beyond row 1. I get =SUM(A1
1) in all rows.
My thinking is to come up with a formula that uses the ROW() functio
to tell the next cell down to use the proper formula so I'm tryin
=SUM(A(ROW())
(ROW())) and it is not working. I think I'm on the righ
track but don't quite know the syntacs.
Suggestions?
Thanks
its fields and I need to add the cells up. I can put the =SUM(A1
formula in a field within the software so it adds up A1 through D1 n
problem but the simple =SUM(A1
should be =SUM(A2
it is not working beyond row 1. I get =SUM(A1
My thinking is to come up with a formula that uses the ROW() functio
to tell the next cell down to use the proper formula so I'm tryin
=SUM(A(ROW())
track but don't quite know the syntacs.
Suggestions?
Thanks