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

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
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,114
Messages
6,189,052
Members
453,522
Latest member
Seeker2025

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