Let's say I have =if(a1="","Yes","")
How would I change the "" to recognize something other than nothing? Is there something that I can type into my formula that identifies something (anything), regardless of what it is, rather than nothnig?
So if a1 recognizes something (anything other than a blank), then "Yes", otherwise "".
Let's pretend that this magical thing that recognizes something rather than nothing is a question mark, I would want my formula to look like the following: =if(a1=?,"Yes","").
Thanks to all!
How would I change the "" to recognize something other than nothing? Is there something that I can type into my formula that identifies something (anything), regardless of what it is, rather than nothnig?
So if a1 recognizes something (anything other than a blank), then "Yes", otherwise "".
Let's pretend that this magical thing that recognizes something rather than nothing is a question mark, I would want my formula to look like the following: =if(a1=?,"Yes","").
Thanks to all!