G Guest Nov 1, 2007 #1 I have this problem with data in a wide cell. Dollar sign is left justified, data is right justified with a large annoying space between
I have this problem with data in a wide cell. Dollar sign is left justified, data is right justified with a large annoying space between
G Guest Nov 1, 2007 #2 You have the formatting set to Accounting. If you want to $ to be next to the numbers, change the formatting to Currency.
You have the formatting set to Accounting. If you want to $ to be next to the numbers, change the formatting to Currency.
J JE McGimpsey Nov 1, 2007 #3 Change your number format from Accounting to Currency. Alternatively, to keep the other Accounting format elements, use Format/Cells/Number/Custom _($#,##0.00_);_($(#,##0.00);_($"-"??_);_(@_)
Change your number format from Accounting to Currency. Alternatively, to keep the other Accounting format elements, use Format/Cells/Number/Custom _($#,##0.00_);_($(#,##0.00);_($"-"??_);_(@_)
G Guest Nov 1, 2007 #4 Thanks - wasted 30 mins looking for the solution myself - you saved me lots of time.