G
Guest
Hi.
I am using the text function, with the following formula:
=TEXT(Data!A10,"##.#%") - where Data! refers to the sheet that the data is on
This is working fine.
However, some of the for some of the cells that I will be using this on,
there is a zero at the end of my value e.g. 8.0%.
When this formula returns the result it returns it as 8.%
Is there a way to ensure that it brings back the zero at the end as well, as
I will be using the data in a report (and the excel document and word
document will autoupdate via a macro).
Thanks.
I am using the text function, with the following formula:
=TEXT(Data!A10,"##.#%") - where Data! refers to the sheet that the data is on
This is working fine.
However, some of the for some of the cells that I will be using this on,
there is a zero at the end of my value e.g. 8.0%.
When this formula returns the result it returns it as 8.%
Is there a way to ensure that it brings back the zero at the end as well, as
I will be using the data in a report (and the excel document and word
document will autoupdate via a macro).
Thanks.