rollnation2
New Member
- Joined
- Mar 18, 2021
- Messages
- 25
- Office Version
- 2016
- Platform
- Windows
Hello,
I am trying to add custom text formatting that displays in thousands and millions with the conditions below:
Example for thousands increasing number - Text Format:"[Red]$0,"K" ▲;[Color10]$0."K"▼;"-""
Example for millions increasing number - Text Format: [Color10][<999950] 0.0,"K" ▲;[Red][<999950000]0.0,,"M"▲;0.0,,,"B"
Example of what does not work
[Color10][<999950] $0.0,"K" ▼;[Color10][<999950000]$0.0,,"M"▼;0.0,,,"B"
- I would want this to be green with a down arrow
Any help would be appreciated!
I am trying to add custom text formatting that displays in thousands and millions with the conditions below:
- red text, with an up arrow for positive numbers
- green text, with a down arrow for negative numbers
Example for thousands increasing number - Text Format:"[Red]$0,"K" ▲;[Color10]$0."K"▼;"-""
Example for millions increasing number - Text Format: [Color10][<999950] 0.0,"K" ▲;[Red][<999950000]0.0,,"M"▲;0.0,,,"B"
Example of what does not work
[Color10][<999950] $0.0,"K" ▼;[Color10][<999950000]$0.0,,"M"▼;0.0,,,"B"
Any help would be appreciated!