I'm having trouble nesting AND into my formula, the result needs to be on 2 conditions, the sales person's name and their start month. I can't get it to work, please help.
=IF(AND($H33="Newman",$E33>=201404,$H33="Milton",$E33>=201301,$H33="Johnson",$E33>=201403),"After","Before")
=IF(AND($H33="Newman",$E33>=201404,$H33="Milton",$E33>=201301,$H33="Johnson",$E33>=201403),"After","Before")