Excel Formulas

  • Thread starter Thread starter RickComputer
  • Start date Start date
R

RickComputer

Could someone show me an example of a formula that adds and mutiplys in the
same cell?
 
If A1 = 4, A2 = 5, and A3 = 6:
=A1*(A2+A3)
adds A2 + A3, then multiplies the result times A1. 4*(5+6) = 44

Hope this helps,

Hutch
 
Thank You
That answers my question.

Tom Hutchins said:
If A1 = 4, A2 = 5, and A3 = 6:
=A1*(A2+A3)
adds A2 + A3, then multiplies the result times A1. 4*(5+6) = 44

Hope this helps,

Hutch
 

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