Thread: Excel Formulas
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Tom Hutchins Tom Hutchins is offline
external usenet poster
 
Posts: 1,069
Default Excel Formulas

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

"RickComputer" wrote:

Could someone show me an example of a formula that adds and mutiplys in the
same cell?