moonfish
Board Regular
- Joined
- Jun 22, 2011
- Messages
- 221
Hey all,
I've been getting some weird missing indentations with the notation I'm using:
It's supposed to display numbers in thousands of euros, a minor adjustment to the default accounting format. However, it seems to randomly omit the space behind the k for the positive number, causing the numbers to be misaligned.
All of these values are numbers (eg 1237628.23762), none are the result of calculations.
It has to be part of the formatting condition because if I change the format to standard accounting all the numbers are properly aligned.
I've been getting some weird missing indentations with the notation I'm using:
Code:
_(€* #,##0,k_);_(€* (#,##0,k);_(€* "-"??_);_(@_)
It's supposed to display numbers in thousands of euros, a minor adjustment to the default accounting format. However, it seems to randomly omit the space behind the k for the positive number, causing the numbers to be misaligned.
All of these values are numbers (eg 1237628.23762), none are the result of calculations.
It has to be part of the formatting condition because if I change the format to standard accounting all the numbers are properly aligned.