Sterling breakdown

wiggo

New Member
Joined
Sep 30, 2011
Messages
3
Hi

Could anyone point me in the right direction please?

I am after a spreadsheet that will work out the cash denominations for our staff.

Ideally all I would need to do is enter the amount they are due, and then the sheet would work out how many £20 notes are needed and so on.

If anyone could help me, I would appreciate it.

Regards

Wiggo
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Try this

Excel Workbook
ABCDEFGHIJKLM
1NameWage2010510.500.200.100.050.020.01
2Name1806.5740011100110806.57
3Name24,262.592130021001114262.58
4Name33,192.331591020110113192.33
5Name43,553.921771031200013553.91
6Name54,951.082471010001104951.07
Sheet1
Excel 2002
Cell Formulas
RangeFormula
C2=ROUNDDOWN($B2/C$1, 0)
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}. Note: Do not try and enter these manually yourself
 
Upvote 0
Try this

Excel Workbook
ABCDEFGHIJKLM
1NameWage2010510.500.200.100.050.020.01
2Name1806.5740011100110806.57
3Name24,262.592130021001114262.58
4Name33,192.331591020110113192.33
5Name43,553.921771031200013553.91
6Name54,951.082471010001104951.07
Sheet1
Excel 2002
Cell Formulas
RangeFormula
C2=ROUNDDOWN($B2/C$1, 0)
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}. Note: Do not try and enter these manually yourself

Thanks for the quick response Adam.

I am a bit of a newbie to formulas like the ones you've posted.

So with than in mind, do you think you could explain to me what you mean by 'Ctrl+Shift+Enter' please? Is it a way of pasting the formulas outlined into the sheet?

Thanks

Wiggo
 
Upvote 0
Yeah. Just means that when you've typed/copied in the formula, instead of presing just Enter to confirm as your normally would, hold down CTRL+SHIFT as you press it.

This will automatically add the {} brackets which you shouldn't type yourself. You only need to enter the formulae into C2 & D2 then you can drag the formula from D2 across; and then down. M2 was just a checker column.

Regards
Adam
 
Upvote 0
Yeah. Just means that when you've typed/copied in the formula, instead of presing just Enter to confirm as your normally would, hold down CTRL+SHIFT as you press it.

This will automatically add the {} brackets which you shouldn't type yourself. You only need to enter the formulae into C2 & D2 then you can drag the formula from D2 across; and then down. M2 was just a checker column.

Regards
Adam

Fantastic

I've got it working.

Thanks again Adam.

Wiggo
 
Upvote 0

Forum statistics

Threads
1,224,508
Messages
6,179,189
Members
452,893
Latest member
denay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top