Thread
:
formula add a1:b1 and print in c1
View Single Post
#
2
Jason Morin
Posts: n/a
=A1+B1
=SUM(A1:B1)
=SUM(A1,B1)
=SUM(OFFSET(A1,,,,2))
HTH
Jason
Atlanta, GA
-----Original Message-----
Need how to set-up a formula to add one cell $s to
another cell $s and have
that amount appear in a third cell
.
Reply With Quote