×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Add a third state

Add a third state

Add a third state

(OP)
Hi,
I have this formula which pulls in the value of Cell N5.

=IF(AND(A1="Yes",B1="Yes",C1="Yes",D1="Yes"),N5,"")


Let imagine the value of N5 sits in Cell F1.
Am I able to rearrange this formula to add a third state to say "when all this is done put text in Cell E1 to say the word- 'Submitted'
Thanks in Advance

RE: Add a third state

You can reply conditions from F1 in another IF formula:
=IF(AND(A1="Yes",B1="Yes",C1="Yes",D1="Yes"),"Submitted","")
or continue chain:
=IF(F1<>"","Submitted","")

combo

RE: Add a third state

Quote (Paul)

Let imagine the value of N5 sits in Cell F1.

Huh?

How about the value of N5 is in cell N5.

Also, how about doing Boolean logic wish Boolean values instead of text.

RE: Add a third state

PaulColbert,
You need to re-state your requirements because your (current) formula creates an error:



Same sample data presenting your issue would be nice

---- Andy

"Hmm...they have the internet on computers now"--Homer Simpson

RE: Add a third state

I assumed that the formula: =IF(AND(A1="Yes",B1="Yes",C1="Yes",D1="Yes"),N5,"") is in F1 (Let imagine the value of N5 sits in Cell F1), next OP plans to conditionally fill E1 (when all this is done put text in Cell E1 to say the word- 'Submitted'). Looking at the later posts, OP should be more clear in describing the problem.

combo

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close