Hi Team,
In advance thanks for your help.
I have a group of four cells Y, Z, AA, and AB that can contain one of 3 values "Completed", "Waiting" or "Not App"
If all four cells = "Completed" or all four cells = "Not App" then in Cell AE say "Validated"
If any of the four cell contain any other data i.e. "Waiting" then in Cell AE say "Pending"
This is what I have so far:
=IF(AND(Y2="Not App",Z2="Not App",AA2="Not App",AB2="Not App")*OR (Y2="Completed",Z2="Completed",AA2="Completed",AB2="Completed"),"Validated","Pending")
my data set: Y2="Completed",Z2="Completed",AA2="Completed",AB2="Completed"
in cell AE2 I get the result "Pending"
Assistance is appreciated!
In advance thanks for your help.
I have a group of four cells Y, Z, AA, and AB that can contain one of 3 values "Completed", "Waiting" or "Not App"
If all four cells = "Completed" or all four cells = "Not App" then in Cell AE say "Validated"
If any of the four cell contain any other data i.e. "Waiting" then in Cell AE say "Pending"
This is what I have so far:
=IF(AND(Y2="Not App",Z2="Not App",AA2="Not App",AB2="Not App")*OR (Y2="Completed",Z2="Completed",AA2="Completed",AB2="Completed"),"Validated","Pending")
my data set: Y2="Completed",Z2="Completed",AA2="Completed",AB2="Completed"
in cell AE2 I get the result "Pending"
Assistance is appreciated!