How do I force a comma between two 4 digit numbers?

nyancat

New Member
Joined
Jul 25, 2013
Messages
3
I want to put a comma between two numbers in a cell without a space, for example: 3055,2666

I tried using the custom cell format to force the separation but it didn't work. The comma keeps on separating the numbers into 30,255,666

Any ideas?
 

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
I want to put a comma between two numbers in a cell without a space, for example: 3055,2666

I tried using the custom cell format to force the separation but it didn't work. The comma keeps on separating the numbers into 30,255,666

Any ideas?
Give this Custom Cell Format a try...

0000\,0000
 
Upvote 0
Assuming your data is in cell A1, try this formula in another cell ...
=LEFT(A1,4)&","&RIGHT(A1,4)
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,709
Members
449,093
Latest member
Mnur

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