General Help

ehlfb

New Member
Joined
Aug 9, 2011
Messages
37
I used to send our staff bank transfer sheet to the bank with the following format:

Name; Bank A/C; Amount
XXXXX; 1-32-6666-130; 4540.500


Now the bank has asked for the following format

Name; Bank A/C; Amount
Bank A/C: has to be (12) digits 0001-32-6666-13 which means I have to add 00, 000 or 0000 (depend on the account number) at the left.
Amount: has to be (8) digits with no decimls (04540500) if less than (8) I have to add Zeros at the left.

I would appreciate it if anyone can help me in this.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
This can be done pretty easily. As an example here's the amount shown as 00000.000 number format, and then removing the decimal:

=SUBSTITUTE(TEXT(J14,"00000.000"),".","")

You can mess around with that, or if you can post more detail about your worksheet we can help you with more specific formulas.
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,845
Members
452,948
Latest member
UsmanAli786

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