ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Display Format with Text & Formula (https://www.excelbanter.com/excel-worksheet-functions/23219-display-format-text-formula.html)

StephanieH

Display Format with Text & Formula
 
I have the following formula:
="Post-Judgment: "&IF(I8=0,0,(H8/I8))&" %"
that displays as "Post-Judgment: 0.833333333333333 %"
Is it possible to force it to display as
"Post-Judgment 83%".

I've tried formatting the cell to "percentage" but that doesn't work with
the text displayed.

JulieD

Hi Stephanie

try

="Post-Judgment: "&IF(I8=0,0,TEXT((H8/I8),"##%"))

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"StephanieH" wrote in message
...
I have the following formula:
="Post-Judgment: "&IF(I8=0,0,(H8/I8))&" %"
that displays as "Post-Judgment: 0.833333333333333 %"
Is it possible to force it to display as
"Post-Judgment 83%".

I've tried formatting the cell to "percentage" but that doesn't work with
the text displayed.




StephanieH

YAY. Thanks Julie.

"JulieD" wrote:

Hi Stephanie

try

="Post-Judgment: "&IF(I8=0,0,TEXT((H8/I8),"##%"))

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"StephanieH" wrote in message
...
I have the following formula:
="Post-Judgment: "&IF(I8=0,0,(H8/I8))&" %"
that displays as "Post-Judgment: 0.833333333333333 %"
Is it possible to force it to display as
"Post-Judgment 83%".

I've tried formatting the cell to "percentage" but that doesn't work with
the text displayed.





JulieD

you're welcome
--
Cheers
JulieD

"StephanieH" wrote in message
...
YAY. Thanks Julie.

"JulieD" wrote:

Hi Stephanie

try

="Post-Judgment: "&IF(I8=0,0,TEXT((H8/I8),"##%"))

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"StephanieH" wrote in message
...
I have the following formula:
="Post-Judgment: "&IF(I8=0,0,(H8/I8))&" %"
that displays as "Post-Judgment: 0.833333333333333 %"
Is it possible to force it to display as
"Post-Judgment 83%".

I've tried formatting the cell to "percentage" but that doesn't work
with
the text displayed.








All times are GMT +1. The time now is 02:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com