Remove decimal point and numbers after decimal point using custom number formatting

Jinson

New Member
Joined
Mar 14, 2017
Messages
23
Office Version
  1. 2019
Platform
  1. Windows
Hello Team,

I have to display certain amount in lacs (1,00,000), and therefore using custom number formatting I came up with 0\.00,

Eg : 10,00,000 is shown as 10.00 after using the custom number format
20,00,000 is shown as 20.00 after using the custom number format

But now I want the output as follows

10,00,000 as 10 (without decimal point and numbers after decimal point)
20,00,000 as 20 (without decimal point and numbers after decimal point)
30,00,000 as 30 (without decimal point and numbers after decimal point)

I do not want to show decimal point and numbers after decimal point after applying the custom number format.

Looking for a solution which can be made via custom number formatting dialog box.

Thank you in anticipation
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Try the custom cell format
enter 6 0s (000000)
click between first and second 0s and hit Ctrl + J and OK
format cell as Wrap Text.
I didn't know about this. This is quite useful. Thanks!!
 
Upvote 0
Entering Ctrl + J is to place a line break so, it actually looks like below in the cell.
10 00000
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,190
Members
452,616
Latest member
intern444

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