Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eric
 
Posts: n/a
Default how do i sum dollars & cents in different columns

In my account sheet I need to have dollars in the first column and cents in
the second. For my total row I would like to be able to have everything sum
(dollars and cents) and then be displayed as it is above (dollars in the
first column and cents in the second) How in the world is this done??? email
me at
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default how do i sum dollars & cents in different columns

See response in programming group.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Eric" wrote in message
...
In my account sheet I need to have dollars in the first column and cents

in
the second. For my total row I would like to be able to have everything

sum
(dollars and cents) and then be displayed as it is above (dollars in the
first column and cents in the second) How in the world is this done???

email
me at



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default how do i sum dollars & cents in different columns

see answer in .programming.

Please do not multipost.
--ron
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default how do i sum dollars & cents in different columns

One way:

Assuming that, say $1.23 was entered as

A B
1 1 23

then

Dollars:

=SUM(A1:A100) + INT(SUM(B1:B100)/100)

Cents:

=MOD(SUM(B1:B100),100)

In article ,
"Eric" wrote:

In my account sheet I need to have dollars in the first column and cents in
the second. For my total row I would like to be able to have everything sum
(dollars and cents) and then be displayed as it is above (dollars in the
first column and cents in the second) How in the world is this done??? email
me at

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default how do i sum dollars & cents in different columns

Now you know how to do it, can one ask why two columns? Why not, for
example, 12.25 in one cell for $12.25?
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Eric" wrote in message
...
In my account sheet I need to have dollars in the first column and cents
in
the second. For my total row I would like to be able to have everything
sum
(dollars and cents) and then be displayed as it is above (dollars in the
first column and cents in the second) How in the world is this done???
email
me at





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default how do i sum dollars & cents in different columns

Assuming $1.23 is in cell A1, in cell B1 use =INT(A1) to return the
whole dollar value.

Then in cell C1 use =MOD(A1,1) to retunr the pennies, 0.23. You can
multiply by 100 if you'd like.

Then add columns B and C individually. Naturally column C may yield a
value of more than 100 pennies.

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
How to swap rows and columns? [email protected] Excel Discussion (Misc queries) 5 September 21st 05 08:07 AM
Linking Columns and cells dlvv Excel Worksheet Functions 0 September 7th 05 09:17 PM
Hiding columns and custom views problem Bettergains Excel Discussion (Misc queries) 2 April 12th 05 11:48 PM
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns foofoo Excel Discussion (Misc queries) 1 April 2nd 05 12:02 AM
Counting the Contents of Two Columns Molochi Excel Discussion (Misc queries) 6 December 22nd 04 08:13 PM


All times are GMT +1. The time now is 07:57 PM.

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"