Forum Discussion
Bonehead
Jul 23, 2020Copper Contributor
IF wildcard, then use a set value in another cell
There doesn't seem to be any easy way to do this. - Cell H30 is a cell where a person can type in anything. - IF any text at all is entered into H30, THEN F30 should should display the number 1. ...
mathetes
Jul 23, 2020Gold Contributor
Are you asking a question?
This formula,
=IF(H30="","",1)
placed in cell F30, performs what you're describing, but you began with a reference to "wildcard" and I'm not able to figure out how that relates to the rest.
Perhaps you could clarify.
Bonehead
Jul 23, 2020Copper Contributor
I've been waaaaaaay overthinking Excel.
I was trying to get a wildcard to say if you see anything in this cell then do 'x'. When all I needed was to have the =IF(H30="","",1)...
Me BONEHEAD!