This content has been marked as final.
Show 3 replies
-
1. Re: Round up issue ------
Robin Kennedy Jan 11, 2013 1:12 AM (in response to Bhujang Hundre)You can do all that in the number formatting for Market %... just use
+#,##0.0"%";-#,##0.0"%"
as your formatting and it will keep it as a number and have 1 decimal place with a + or - at the front and a % at the end
-
2. Re: Round up issue ------
Bhujang Hundre Jan 11, 2013 1:56 AM (in response to Robin Kennedy)Hi Robin,
Thanks a lot this solution is super, you made my work very easy.
Thanks&Regards
Bhujang
-
3. Re: Round up issue ------
Vladimir Kostochka Feb 25, 2015 8:41 AM (in response to Robin Kennedy)Hi Robin,
You can do all that in the number formatting for Market %... just use
+#,##0.0"%";-#,##0.0"%"
Is it in the expression or in the format section?