Coma Format Not Working

czkeit

New Member
Joined
Jan 6, 2018
Messages
3
I have a table of data that is pulled from an external website via API. I am referencing one of the cells in the same workbook but different workpage, the data are all numbers. No matter which format I choose it will not change, for example one cell that I am referencing is 8000000000. I want it to display as 8,000,000,000. Thank you in advance for your help.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
It sounds like your numbers are not numbers. In a blank cell enter this formula
=ISNUMBER(A1)
Change A1 to the cell that you want to check.
What does the formula return?
 
Upvote 0
Then it's not a number, try text to columns.
Select the column > Data Tab > Text to Columns > Delimited > Next > clear all the checkboxes > Next > General > Finish
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,465
Members
453,725
Latest member
cvsdatreas

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