Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard
 
Posts: n/a
Default How to enter pre-decimal pounds shillings pence in Excel workshee

I would like to be able to enter English pre-decimal currency in an Excel
worksheet - i.e. pounds shillings and pence. Can anyone advise whether this
is possible and, if so, how to go about it.

Many thanks

RICHARD
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default How to enter pre-decimal pounds shillings pence in Excel workshee


I think it depends what you want to do with it.

Do you want to input just for display purposes or do you want to do
calculations, or convert to "new" pence?


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=528855

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default How to enter pre-decimal pounds shillings pence in Excel workshee

There is no way to put 3-4-6 in a single cell to mean £3, 4s and 6p, and be
able to do arithmetic on the numbers. You will need to use three columns
Put some pound values in A1:A4, some shilling values in B1:B4 and pence
values in C1:C4
Sum the pennies with =MOD(SUM(C1:C4),12)
Sum the shillings with =MOD(SUM(B1:B4)+INT(SUM(C1:C4)/12),20)
Sum the pounds with =SUM(A1:A4)+INT(SUM(B1:B4)/20)
Other arithmetic ops can be done similarly.
If you have lots to do, think about writing a UDF.
I wonder if MS would have had such a feature if Office had predated
metrification.
What memories all this brings back - I can still feel Miss Morrison's hand
slapping my head when I got a sum wrong! Wonder why the UK still has miles;
in Canada we went the whole hog.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Richard" wrote in message
...
I would like to be able to enter English pre-decimal currency in an Excel
worksheet - i.e. pounds shillings and pence. Can anyone advise whether
this
is possible and, if so, how to go about it.

Many thanks

RICHARD



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default How to enter pre-decimal pounds shillings pence in Excel workshee

Well, we still have pints as well, Bernard! I think I'll go for one
now.

Pete

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default How to enter pre-decimal pounds shillings pence in Excel workshee

Cheers! I am going to have a Bodington's with supper ( that's dinner )
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Pete_UK" wrote in message
ups.com...
Well, we still have pints as well, Bernard! I think I'll go for one
now.

Pete





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard
 
Posts: n/a
Default How to enter pre-decimal pounds shillings pence in Excel works

Many thanks, Bernard, for your response. We'll give that a try. Since I'm in
Western Australia I'll drown my sorrows in Swan Lager if I can't get it to
work!

Richard

"Bernard Liengme" wrote:

Cheers! I am going to have a Bodington's with supper ( that's dinner )
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Pete_UK" wrote in message
ups.com...
Well, we still have pints as well, Bernard! I think I'll go for one
now.

Pete




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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
how can I stop Excel Advancing the year by 1 when I enter a date? Priscilla Excel Discussion (Misc queries) 4 April 1st 06 02:55 PM
I need to enter 10 chars to left of decimal and 5 to right. Andre Excel Worksheet Functions 4 January 6th 06 03:31 AM
Excel adds phantom decimal places: why? Dave O Excel Discussion (Misc queries) 1 August 16th 05 06:25 PM
How do I enter Outlook contact data into excel? FSTC892 Excel Discussion (Misc queries) 4 June 9th 05 05:25 PM


All times are GMT +1. The time now is 09:16 PM.

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"