jonnybruin
New Member
- Joined
- Sep 10, 2015
- Messages
- 4
Hello,
I have question on displaying numbers in thousands for presenting financial information. I prepare the spreadsheets using source data without rounding, and would then like to prepare the results in thousands on select pages. I understand the basics of how to display figures in thousands, and I created a macro to display numbers with the following custom format code:
_(* #,###,_);_(* (#,###,);_(* "-"_);_(@_)
Original Table
981 - (981)
94,087 - (94,087)
(328,188) - 328,188
10 - (10)
15,316 - (15,316)
Displayed in Thousands with Custom Format
1 - (1)
94 - (94)
(328) - 328
- ()
15 - (15)
The issue I am is that items less than zero are now either showing up as blank for positive figures rounded to less than one thousand, and "()" for negative figures rounded to less than negative one thousand. I would like to retain the parentheses for all negative numbers, but is there a way to change how figures rounded to less than +/- 1 thousand are displayed? Ideally, I would like these figures to display as a "-", since it would be cleanest and consistent with formatting elsewhere.
I've searched around online and asked around the office, but cannot find a solution here. Any help you have here would be greatly appreciated.
Thank you.
I have question on displaying numbers in thousands for presenting financial information. I prepare the spreadsheets using source data without rounding, and would then like to prepare the results in thousands on select pages. I understand the basics of how to display figures in thousands, and I created a macro to display numbers with the following custom format code:
_(* #,###,_);_(* (#,###,);_(* "-"_);_(@_)
Original Table
981 - (981)
94,087 - (94,087)
(328,188) - 328,188
10 - (10)
15,316 - (15,316)
Displayed in Thousands with Custom Format
1 - (1)
94 - (94)
(328) - 328
- ()
15 - (15)
The issue I am is that items less than zero are now either showing up as blank for positive figures rounded to less than one thousand, and "()" for negative figures rounded to less than negative one thousand. I would like to retain the parentheses for all negative numbers, but is there a way to change how figures rounded to less than +/- 1 thousand are displayed? Ideally, I would like these figures to display as a "-", since it would be cleanest and consistent with formatting elsewhere.
I've searched around online and asked around the office, but cannot find a solution here. Any help you have here would be greatly appreciated.
Thank you.