How do I write code in a cell to format a number in a particular way?
What I'm doing is writing a formula which pulls in text and then inserts numbers into the text, ie
="Sales this period were -" & A50
However the number is formatted in the original cell it comes through as eg 50000.0000. I can sort out the decimals with round(x,1) but how do I apply a #,##0.0 on the number or a currency format ?
Thanks.
Jamie. Thanks
Jamie
What I'm doing is writing a formula which pulls in text and then inserts numbers into the text, ie
="Sales this period were -" & A50
However the number is formatted in the original cell it comes through as eg 50000.0000. I can sort out the decimals with round(x,1) but how do I apply a #,##0.0 on the number or a currency format ?
Thanks.
Jamie. Thanks
Jamie