I need an equation that says "IF column M contains data, display the data in column Q, if it does not contain data, return "Unknown"" I have been trying for several hours but cant get the wildcard combination right. Can anyone help with this?
I need an equation that says "IF column M contains data, display the data in column Q, if it does not contain data, return "Unknown"" I have been trying for several hours but cant get the wildcard combination right. Can anyone help with this?
Not so sure what you mean by "wildcard combination", but try...
=IF(M2<>"",Q2,"Unknown")
...if this does not do it, please show what you have tried.
HTH
Regards, Jeff
Thats the one! I didnt know you would need the <> symbols thanks a ton. rep given!
You're welcome…glad you have a workable solution and thanks for the feedback...
(The 'rep' also)
You're welcome…glad you have a workable solution and thanks for the feedback...
(The 'rep' also)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks