Hi,
I have this formula, where i'm comparing 2 values but i want them to show in % format:
IFERROR(1-(V10-Z10)/(AA10/1,23);"")&" ("&IFERROR(1-(T10-Z10)/(AA10/1,23);"")&")"
instead of appearing like this:
0,192345 (0,231234)
i want them formatted like this:
19,23% (23,12%)
Tried to do it with TEXT Function but i'm not being able to do it.
Can anyone help out?
thx in advance
cogumelo
I have this formula, where i'm comparing 2 values but i want them to show in % format:
IFERROR(1-(V10-Z10)/(AA10/1,23);"")&" ("&IFERROR(1-(T10-Z10)/(AA10/1,23);"")&")"
instead of appearing like this:
0,192345 (0,231234)
i want them formatted like this:
19,23% (23,12%)
Tried to do it with TEXT Function but i'm not being able to do it.
Can anyone help out?
thx in advance
cogumelo