mcintoshmc
Active Member
- Joined
- Aug 10, 2007
- Messages
- 277
W2:Z2 could say required, not required, or completed
If the cell says "required" it will eventually say "completed" once done. If it says "Not required", then it's not required.
I want cell AA2 to say "Completed" once all cells say "completed" or "Not required" or any combination thereof.
This is the formula that I created, but doesn't work. Any ideas?
=IF(OR(AND(W5="Completed",X5="Completed",Y5="Completed",Z5="Completed"),AND(W5="Not Required",X5="Not Required",Y5="Not Required",Z5="Not Required")),"Completed","Not Completed")
If the cell says "required" it will eventually say "completed" once done. If it says "Not required", then it's not required.
I want cell AA2 to say "Completed" once all cells say "completed" or "Not required" or any combination thereof.
This is the formula that I created, but doesn't work. Any ideas?
=IF(OR(AND(W5="Completed",X5="Completed",Y5="Completed",Z5="Completed"),AND(W5="Not Required",X5="Not Required",Y5="Not Required",Z5="Not Required")),"Completed","Not Completed")