Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steved
 
Posts: n/a
Default Formula to add up units

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.

  #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.



  #3   Report Post  
Harald Staff
 
Posts: n/a
Default

Afaik 50 cents is 1/2 dollar, so multiply them and divide by 2:
=PRODUCT(A1:F1)/2
or
=A1*B1*C1*D1*E1*F1/2
depending on how you want empty cells to behave. Format as currency.

HTH. Best wishes Harald

"Steved" skrev i melding
...
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.



  #4   Report Post  
Steved
 
Posts: n/a
Default

Thanks very much.

"Harald Staff" wrote:

Afaik 50 cents is 1/2 dollar, so multiply them and divide by 2:
=PRODUCT(A1:F1)/2
or
=A1*B1*C1*D1*E1*F1/2
depending on how you want empty cells to behave. Format as currency.

HTH. Best wishes Harald

"Steved" skrev i melding
...
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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 05:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"