I've got a sheet with a dollar value in one column such as $20.70. I'm trying to format another column so that it says "$20.70 Per Hour" in it using a formula such as ="$"+Rate@row+" Per Hour". However, the results actually display as "$20.7 Per Hour".
Additionally, I've got other columns where the column is set to a certain number of decimal places. When I try to call upon that value from another cell it displays the unrounded value. Since I'm adding text in the new cell, I can't set that to a certain # of decimal places in the column settings because it is ignored.
How can I get SmartSheet to reference exactly what is in a cell without displaying something different?