custom formating numbers

J

JK

I have a column of numbers, I want to format the numbers in a different
column using two different custom formats. Do i need an IF formula that will
Identify which number chooses which format if so what would it be .

i.e
6,500,000 = 6500
839,153 = 839153.

Thanks in advance
 
F

Fred Smith

As long as the break point is consistent (ie, 1,000,000), you can do it with
a custom format, as in:

[<1000000]0;[>=1000000]0,

Regards,
Fred.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top