I have this basic formula:
=IF(cell="text", value_to_return, "").
Id like to write a formula that is more like =if(cell="FINRA" and "man", "Leadership), if(cell="FINRA" and <> "man", then "Execution", if(cell=<>"Finra" and "Manager, "leadership), if(cell="executive assistant", "admin") otherwise "Execution".
How would I write this multiple if/then statement for containing words please?
=IF(cell="text", value_to_return, "").
Id like to write a formula that is more like =if(cell="FINRA" and "man", "Leadership), if(cell="FINRA" and <> "man", then "Execution", if(cell=<>"Finra" and "Manager, "leadership), if(cell="executive assistant", "admin") otherwise "Execution".
How would I write this multiple if/then statement for containing words please?