Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default how can i convert £28.34 to 2834 pence


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,089
Default how can i convert £28.34 to 2834 pence

Well, you could multiply it by 100 and format it as:

Format | Cells... | Number tab | Category: Custom Type: 0 "pence"

That's zero, space, and the word "pence" in quotes

Should display £28.34 into 2834 pence

Regards

Trevor


"Rina" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default how can i convert £28.34 to 2834 pence

If that were to be in cell A1:

=A1*100 & " pence"

HTH,
-Sean

Trevor Shuttleworth wrote:
Well, you could multiply it by 100 and format it as:

Format | Cells... | Number tab | Category: Custom Type: 0 "pence"

That's zero, space, and the word "pence" in quotes

Should display £28.34 into 2834 pence

Regards

Trevor


"Rina" wrote in message
...


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,089
Default how can i convert £28.34 to 2834 pence

But that would turn the result into text which would preclude arithmetic if
that is desired. The custom format shows the result as pence but you can
still use it in calculations

Regards

Trevor


"S Davis" wrote in message
oups.com...
If that were to be in cell A1:

=A1*100 & " pence"

HTH,
-Sean

Trevor Shuttleworth wrote:
Well, you could multiply it by 100 and format it as:

Format | Cells... | Number tab | Category: Custom Type: 0 "pence"

That's zero, space, and the word "pence" in quotes

Should display £28.34 into 2834 pence

Regards

Trevor


"Rina" wrote in message
...



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
VBA Monty Excel Worksheet Functions 2 January 30th 06 01:37 PM
CONVERT Function Disappered in Excel Gord Dibben Excel Discussion (Misc queries) 3 April 13th 05 07:59 PM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM
Spellnumber Norman Jones Excel Worksheet Functions 6 December 13th 04 07:21 AM


All times are GMT +1. The time now is 11:10 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"