Hi all,
I'm trying to create a column formula but only select one date out of 2 available. Current layout of my sheet is as below:
What I'm trying to teach to the system is that if Global lead is not equal to X and Regional Start-Up Date (green) is " ", then use "Lead Start- Up Date", else use "Regional Start-Up date....".
I've got this but it doesn't seem to come out right, getting an #INVALID OPERATION error.
See the formula below:
=IF(AND({Global Lead} <> "EU", {Regional start-up} = ""), {Lead Start-Up Date}, {Regional Start-up})