Hi,
I've got another formula which doesn't seem to be working. I want it to return one result if both 2 conditions are met, a different result if both another 2 conditions are met and then another result if they are both false.
Here's my attempt:
=IF(AND(M5="CAFA 1-Initial Assessment (concurrent with DE)",P5="Amey","Amey-CAFA 1-Initial Assessment (concurrent with DE)"),IF(AND(M5="CAFA 1-Initial Assessment (concurrent with DE)",P5="Aecom"),"Aecom-CAFA 1-Initial Assessment (concurrent with DE)",M5))
In simpler terms:
If M5 = yes and P5 = Amey return Amey-yes
But if M5 = yes and P5 = Aecom return Aecom-yes
If none of those conditions are met just return the text in cell M5
Many thanks,
I've got another formula which doesn't seem to be working. I want it to return one result if both 2 conditions are met, a different result if both another 2 conditions are met and then another result if they are both false.
Here's my attempt:
=IF(AND(M5="CAFA 1-Initial Assessment (concurrent with DE)",P5="Amey","Amey-CAFA 1-Initial Assessment (concurrent with DE)"),IF(AND(M5="CAFA 1-Initial Assessment (concurrent with DE)",P5="Aecom"),"Aecom-CAFA 1-Initial Assessment (concurrent with DE)",M5))
In simpler terms:
If M5 = yes and P5 = Amey return Amey-yes
But if M5 = yes and P5 = Aecom return Aecom-yes
If none of those conditions are met just return the text in cell M5
Many thanks,