Dividing cell by sum of two other cells

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

Guest

I have three columns of figures, i.e.:

A B C

8.53 1 47.83

I need a formula to divide 47.83 by the sum of 8.53 + 1. Can I do that
without entering another column that shows the total of A & B. thanks
 
=C1/(A1+B1)
A1+B1 is in brackets because the addition needs to done before the division,
Regards,
Alan.
 

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

Similar Threads


Back
Top