amandabstewart
New Member
- Joined
- Aug 4, 2014
- Messages
- 45
I have an AND function not working
Cell F14 contains a working OR statement and returns "TRUE" when conditions are met
Cell G14 contains a working IF statement and returns "TRUE" when conditions are met
I want cell H14 to return "TRUE" when F14 and G14 both contain true.
The following in H14:
=AND(F14="TRUE",G14="TRUE")
is only returning FALSE even when both F14 and G14 contain true. Other AND statements I've written work fine...so I'm confused here and hope it's something stupid and minor!
any suggestions as to what is wrong?
Cell F14 contains a working OR statement and returns "TRUE" when conditions are met
Cell G14 contains a working IF statement and returns "TRUE" when conditions are met
I want cell H14 to return "TRUE" when F14 and G14 both contain true.
The following in H14:
=AND(F14="TRUE",G14="TRUE")
is only returning FALSE even when both F14 and G14 contain true. Other AND statements I've written work fine...so I'm confused here and hope it's something stupid and minor!
any suggestions as to what is wrong?