Adding a $ to a Reformatted Number ending in "M" (Millions)
Hi,
I am trying to convert a number in millions but shown as a thousand to the nearest decimal point and then add "M" to the end of the converted number.
I understand the formula to divide by 1000 and then use the ROUND function to get one decimal point,but when I concatenate the "M" at the end I loose my dollar sign.
Does any one know a work around for this?
Example:
So $2,150 is converted to $2.150 and then rounded to $2.2 then displayed as $2.2M
This needs to remain dynamic so when the data in the sheet is updated the number updates to the correct format.
Comments
-
Can you concatenate and add the dollar sign back in?
You should be able to use the + sign to add text to the string by adding "$"+[column name]24+"M"
Would add $ + the contents of the cell in row 24 + M
-
Thank you Mike! Think I was over thinking this one. Appreciate your help.
-
Been there, done that, will probably do it again in an hour! Glad i could help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!