Forum Discussion
Excel
May 09, 2021Iron Contributor
How to insert symbols and numbers in same cell
Hello Everyone, How do I get constant dollar symbol on the right side of every cell and number on the left side of the cell. How do I enter any other symbol and number in same cell on diffe...
- May 09, 2021
Apply the custom number format
_(#,##0.00* "$"_);_((#,##0.00* "$");_("-"??* "$"_);_(@_)
to the cells. See the attached version.
HansVogelaar
May 09, 2021MVP
Apply the custom number format
_(#,##0.00* "$"_);_((#,##0.00* "$");_("-"??* "$"_);_(@_)
to the cells. See the attached version.
- ExcelMay 09, 2021Iron ContributorIt worked! Thank you so much Sir😊😊