how do you return two decimal places in a text string in a cell. for example --this is the value i have in call A1 formatted for currency A1=$12.30 cell A2="I want to pay"&A1 but this returns "I want to pay 12.3" How do i make it say 12.30?
Thanks for the help