A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Notes and Coinage for Wages



 
 
Thread Tools Display Modes
  #1  
Old August 1st, 2008, 11:48 PM posted to microsoft.public.excel.worksheet.functions
owl
external usenet poster
 
Posts: 128
Default Notes and Coinage for Wages

If, for example, one labourer’s wages for the week are R1843, is there a
simpler way to work out the notes and coins to be got from the bank, than the
following:

In A1: 1843
In B2: =ROUNDDOWN(A2/100,0)
In C2: =ROUNDDOWN(ROUNDDOWN(A2-(B2*100),1)/10,0)
In D2: =A2-(B2*100)-C2*10)

Kind regards
Owl


  #2  
Old August 2nd, 2008, 12:28 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Notes and Coinage for Wages

This is obviously not based on USD...

B2: =INT(A2/100)
C2: =INT((A2-B2*100)/10)
D2: no change

--
Biff
Microsoft Excel MVP


"Owl" wrote in message
...
If, for example, one labourer's wages for the week are R1843, is there a
simpler way to work out the notes and coins to be got from the bank, than
the
following:

In A1: 1843
In B2: =ROUNDDOWN(A2/100,0)
In C2: =ROUNDDOWN(ROUNDDOWN(A2-(B2*100),1)/10,0)
In D2: =A2-(B2*100)-C2*10)

Kind regards
Owl




  #3  
Old August 2nd, 2008, 12:44 AM posted to microsoft.public.excel.worksheet.functions
owl
external usenet poster
 
Posts: 128
Default Notes and Coinage for Wages

Thank you very much. Forgive my ignorance, but what is USD (US Dollars
perhaps?)? If so, you are right, it is South African rands.

"T. Valko" wrote:

This is obviously not based on USD...

B2: =INT(A2/100)
C2: =INT((A2-B2*100)/10)
D2: no change

--
Biff
Microsoft Excel MVP


"Owl" wrote in message
...
If, for example, one labourer's wages for the week are R1843, is there a
simpler way to work out the notes and coins to be got from the bank, than
the
following:

In A1: 1843
In B2: =ROUNDDOWN(A2/100,0)
In C2: =ROUNDDOWN(ROUNDDOWN(A2-(B2*100),1)/10,0)
In D2: =A2-(B2*100)-C2*10)

Kind regards
Owl





  #4  
Old August 2nd, 2008, 12:53 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Notes and Coinage for Wages

what is USD (US Dollars perhaps?)?

Yes. We have 100, 50, 20, 10, 5, 2 (although rarely seen), 1 denominations.

--
Biff
Microsoft Excel MVP


"Owl" wrote in message
...
Thank you very much. Forgive my ignorance, but what is USD (US Dollars
perhaps?)? If so, you are right, it is South African rands.

"T. Valko" wrote:

This is obviously not based on USD...

B2: =INT(A2/100)
C2: =INT((A2-B2*100)/10)
D2: no change

--
Biff
Microsoft Excel MVP


"Owl" wrote in message
...
If, for example, one labourer's wages for the week are R1843, is there
a
simpler way to work out the notes and coins to be got from the bank,
than
the
following:

In A1: 1843
In B2: =ROUNDDOWN(A2/100,0)
In C2: =ROUNDDOWN(ROUNDDOWN(A2-(B2*100),1)/10,0)
In D2: =A2-(B2*100)-C2*10)

Kind regards
Owl







 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.