Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
alanturner12
 
Posts: n/a
Default How do I add Pounds, Shillings and Pence?

I am trying to computerise old accounting records in pounds, shillings and
pence,and display the result in the same way. How do I add colums of figures
and get the correct "carry over" into the next colum, bearing in mind there
were 12 pennies in one shilling and 20 shillings in one pound?
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Assume the pounds in A1:A5, shillings in B1:b5, pence in C1:C5

A6: =SUM(A1:A5,INT(SUM(B1:B5)/20
B6: =MOD(SUM(B1:B5,INT(SUM(C1:C5)/12)),20)
C6:=MOD(SUM(C1:C5),12)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"alanturner12" wrote in message
...
I am trying to computerise old accounting records in pounds, shillings and
pence,and display the result in the same way. How do I add colums of

figures
and get the correct "carry over" into the next colum, bearing in mind

there
were 12 pennies in one shilling and 20 shillings in one pound?



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



All times are GMT +1. The time now is 07:04 AM.

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

About Us

"It's about Microsoft Excel"