Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello
I am working on a sheet where I need to breakdown a currency value into pounds and pence in separate columns without the pence showing the decimal point. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Julie,
Am Wed, 1 Feb 2017 08:24:05 -0800 (PST) schrieb JulieS: I am working on a sheet where I need to breakdown a currency value into pounds and pence in separate columns without the pence showing the decimal point. i.e. 123.58 in B1 becomes 123 in C1 and 58 in D1 try in C1: =INT(B1) and in D1: =MOD(B1,1) Regards Claus B. -- Windows10 Office 2016 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Claus
Thank you for that, is there anyway the decimals can be populated without the decimal point so it literally becomes 58? Thank you! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Julie,
Am Wed, 1 Feb 2017 08:50:38 -0800 (PST) schrieb JulieS: Thank you for that, is there anyway the decimals can be populated without the decimal point so it literally becomes 58? multiply by 100: =MOD(B1,1)*100 Regards Claus B. -- Windows10 Office 2016 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wednesday, February 1, 2017 at 4:58:23 PM UTC, Claus Busch wrote:
Hi Julie, Am Wed, 1 Feb 2017 08:50:38 -0800 (PST) schrieb JulieS: Thank you for that, is there anyway the decimals can be populated without the decimal point so it literally becomes 58? multiply by 100: =MOD(B1,1)*100 Regards Claus B. -- Windows10 Office 2016 Thanks Claus, that works when I have a number but when the decimal is 00, it just populates as 0, and I don't know how to populate the second zero, any ideas? I really appreciate your help on this! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Am Wed, 1 Feb 2017 09:07:24 -0800 (PST) schrieb JulieS: Thanks Claus, that works when I have a number but when the decimal is 00, it just populates as 0, and I don't know how to populate the second zero, any ideas? format D1 with custom numberformat 00 Regards Claus B. -- Windows10 Office 2016 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wednesday, February 1, 2017 at 5:19:54 PM UTC, Claus Busch wrote:
Hi, Am Wed, 1 Feb 2017 09:07:24 -0800 (PST) schrieb JulieS: Thanks Claus, that works when I have a number but when the decimal is 00, it just populates as 0, and I don't know how to populate the second zero, any ideas? format D1 with custom numberformat 00 Regards Claus B. -- Windows10 Office 2016 Claus - Thank you so much! It works, you star! I really appreciate this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pence per mile | New Users to Excel | |||
how can i convert £28.34 to 2834 pence | Excel Worksheet Functions | |||
WHY IS MY CURRENCY SUM ONE PENCE OUT? | Excel Worksheet Functions | |||
How do I add Pounds, Shillings and Pence? | Excel Discussion (Misc queries) | |||
Pence field to currency? | Excel Worksheet Functions |