Costom format -> 0.0061 to 6.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
If I want to scale a number by a multiple of one thousand in Custom Format I
write #,
Fo example 6000 will be displayed as 6.
Is it possible to do it the our way around. For Example I want the number
0.0061 to be displayed as 6.1. How do i do it?
Regards
/Niklas
 
One easy solution, assuming you numbers are in columns, insert a column =
divide the number in the previous by 1000 (60000 down to 6) - or to multiply
the number by 1000 (.0061 to 6.1).

Another solution would be format the numbers as scientific - you wouldn't
have to add a column, but you would get some extra stuff you didn't ask for.
 

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

Back
Top