Forum Discussion
Nihal_shah
Oct 13, 2022Copper Contributor
Excel formula for numbers
Hi,
What formula is there to show numbers in thousands. For example, if the number is:
1,500,000
I would want to show it as 1,500 (in thousands)
Note that I do not wish to use the CTRL +1 and change the format
4 Replies
- LorenzoSilver Contributor
- Nihal_shahCopper Contributor
- LorenzoSilver Contributor
No idea what you actually expect. Just provided a basic approach based on what you posted
=ROUND(A1/1000,0) also works. The key question is: do you have numbers with decimals and what do you expect in this case???