do IF statements work on text in Excel?

tobyo

Board Regular
Joined
May 1, 2003
Messages
139
I am trying to use an if statement on a cell that contains text so it looks like this:

=if(D2="fun",no,yes)

and it returns #NAME?

I have made sure that the field's format is text, have copied and pasted the data a few different times and ways (paste value, straight paste...), have tried with and without quotes and even with single quotes and nothing seems to work. I have been just sorting that column and manually putting in what I want it to say but it seems like this formula should work. was hoping to stop doing that.

any ideas?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Alternative method - use this custom number format (including quotes): "yes";;"no"
Use this formula: =--(D2="fun")
 
Upvote 0
hmmmm, double the reply, double the fun? :D

sorry about the double posting. it's just not my day I guess. thanks for the quick replies, appreciate it!!
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,400
Members
449,156
Latest member
LSchleppi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top