How do I show numbers in Excel as 48K instead of 48000?

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

Guest

I have large numbers in Excel, i.e. 48,760. I want to display it as 48. The
column heading will indicate the number is in thousands. I can't find a
formula to round the number and only display the amount in thousands.

I understand the "round" function but can't find a suitable truncating
function.

any help?
 
=trunc(48760/1000,0) to convert the value to 48

format it with

"#,##0," to keep the value as 48760 but display it as 49
 

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