Data label precision
I use the format [>=1000]#,##0,"K";General to display data labels using a K to denote thousands.
This makes something like 1,457,735 appear as 1,458K. Simple enough.
Is there a way to reduce the precision to perhaps three significant figures i.e. 1,460k?
|