formula add a1:b1 and print in c1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
=A1+B1
=SUM(A1:B1)
=SUM(A1,B1)
=SUM(OFFSET(A1,,,,2))

HTH
Jason
Atlanta, GA
 
All you need to do is set up your formula in c1 and that where the answer
will print.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top