Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Owl Owl is offline
external usenet poster
 
Posts: 14
Default Notes and Coinage for Wages

If, for example, one labourers 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Owl Owl is offline
external usenet poster
 
Posts: 14
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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







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
Fun With That Wages Book Again Gatsby Setting up and Configuration of Excel 20 January 15th 07 09:17 AM
calculating wages rooney2oons Excel Discussion (Misc queries) 3 August 19th 06 01:08 PM
Amount of Increase of Wages dah Excel Worksheet Functions 8 September 27th 05 10:31 PM
Lookup formula for wages, add in another? tb Excel Discussion (Misc queries) 1 April 12th 05 11:22 PM
Calculate Wages John Excel Worksheet Functions 2 December 17th 04 03:42 PM


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