I have a concatenate formula to display A1: 12345 and B1: 645.60, the problem is that it shows in C1: 12345 (654.6)
I need C1 to display 12345 (645.60) I need that zero to be displayed too.
Here is the formula I have: C1=CONCATENATE(A1," “,”(",B1,")")
Thanks for any help you can give!!!