PRMiller2
Technical User
- Jul 30, 2010
- 123
I have the value 73.27% in cell E19 of a spreadsheet named "data." On my report spreadsheet, I have a cell that I would like to display as follows: "73.27% of data..." So far, the formula in my cell is as follows:
My question is, how can I format the data!E19 statement to display as a percentage with two decimal places?
Thanks,
Paul
Code:
="∙ " & data!E19 & " of data..."
My question is, how can I format the data!E19 statement to display as a percentage with two decimal places?
Thanks,
Paul