View Single Post
  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

in G1
=SUM(A1:F1) will give the total number of 50 cents.
To convert to dollars either divide by ).5 or multiply by 2
=SUM(A1:F1)*2

--
Regards

Roger Govier


"Steved" wrote in message
...
Hello from steved

A bit unusal but this is what I would like to achieve please.

A1, B1, C1, D1, E1, and F1

Ok in G1 I would like a formula that would add up 50 cent amounts
in A1 to F1 an example would be 5*5*5*4*4*1 = $1,000

objective is to put a number in cells A1 to F1 and get a totalin G1

Thankyou.

Thankyou.