ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Text Result Formula (https://www.excelbanter.com/excel-discussion-misc-queries/100921-text-result-formula.html)

Creolekitten via OfficeKB.com

Text Result Formula
 
I'm having a problem with my formula to get Excel to print text as a result.
The formula that I am using is:
=IF(C2=36,Passing,(C2<=36,Unsatisfactory))
Can someone please tell me what I am missing? I am a #NAME? message.
Thank you,
Bernie

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200607/1

tim m

Text Result Formula
 
=IF(C2=36,"Passing",IF(C2<=36,"Unsatisfactory"))

Try this one, you needed to add another IF and if you want text you need to
put quotes around the word.

"Creolekitten via OfficeKB.com" wrote:

I'm having a problem with my formula to get Excel to print text as a result.
The formula that I am using is:
=IF(C2=36,Passing,(C2<=36,Unsatisfactory))
Can someone please tell me what I am missing? I am a #NAME? message.
Thank you,
Bernie

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200607/1


Toppers

Text Result Formula
 
=IF(C2<=36,"Unsatisfactory","Passing")

"Creolekitten via OfficeKB.com" wrote:

I'm having a problem with my formula to get Excel to print text as a result.
The formula that I am using is:
=IF(C2=36,Passing,(C2<=36,Unsatisfactory))
Can someone please tell me what I am missing? I am a #NAME? message.
Thank you,
Bernie

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200607/1


Sloth

Text Result Formula
 
Try this formula

=IF(C2=36,"Passing","Unsatisfactory")

1. You need quotes around any text you want outputted in a formula.
Otherwise it looks for a range with that name.

2. You don't need to specify C2<=36, because if it is not =36 then it has
to be <36.

"Creolekitten via OfficeKB.com" wrote:

I'm having a problem with my formula to get Excel to print text as a result.
The formula that I am using is:
=IF(C2=36,Passing,(C2<=36,Unsatisfactory))
Can someone please tell me what I am missing? I am a #NAME? message.
Thank you,
Bernie

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200607/1


tim m

Text Result Formula
 
My bad, as shown by the other posters you do not need to add the extraneous
IF I added to the formula. My apologies.

"Creolekitten via OfficeKB.com" wrote:

I'm having a problem with my formula to get Excel to print text as a result.
The formula that I am using is:
=IF(C2=36,Passing,(C2<=36,Unsatisfactory))
Can someone please tell me what I am missing? I am a #NAME? message.
Thank you,
Bernie

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200607/1


Creolekitten via OfficeKB.com

Text Result Formula
 
Hi Tim and everyone thank you for your help. I do need the second if because
the 36 won't stay the same that result is from another percentage and it will
change as the other data changes.
Bernie

tim m wrote:
My bad, as shown by the other posters you do not need to add the extraneous
IF I added to the formula. My apologies.

I'm having a problem with my formula to get Excel to print text as a result.
The formula that I am using is:
=IF(C2=36,Passing,(C2<=36,Unsatisfactory))
Can someone please tell me what I am missing? I am a #NAME? message.
Thank you,
Bernie


--
Message posted via http://www.officekb.com


All times are GMT +1. The time now is 11:47 PM.

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