Hello,
In column "A" I have a list of percentage values resulting from formulas on a different sheet displayed as "0.225". In column "B" I am trying to display the values in column "A" but, displayed as "22.50". What I am currently using is "=LEFT(A1*100,IF(A1>100%,6,IF(AND(A1<100%,A1>=10%),5,IF(A1<10%,4))))". But if the last digit after the decimal is a Zero "0", it will not be displayed. I need it to be displayed. How can I do this?
In column "A" I have a list of percentage values resulting from formulas on a different sheet displayed as "0.225". In column "B" I am trying to display the values in column "A" but, displayed as "22.50". What I am currently using is "=LEFT(A1*100,IF(A1>100%,6,IF(AND(A1<100%,A1>=10%),5,IF(A1<10%,4))))". But if the last digit after the decimal is a Zero "0", it will not be displayed. I need it to be displayed. How can I do this?