Forum Discussion
aanaya6
Apr 01, 2019Copper Contributor
Help with an IF AND formula
I am having trouble wording a formula that will bring up "Incomplete" if Programming Course and Network Course have even just one "N" and "Complete" if they both have "Y". I included a screenshot t...
- Apr 01, 2019
aanaya6 , perhaps
=IF( AND(F6="Y",G6="Y"), "Complete", "Incomplete")
SergeiBaklan
Apr 01, 2019Diamond Contributor
aanaya6 , perhaps
=IF( AND(F6="Y",G6="Y"), "Complete", "Incomplete")
aanaya6
Apr 01, 2019Copper Contributor
Thank you so much! I don't why I make things overly complicated for myself >.<
- SergeiBaklanApr 01, 2019Diamond Contributor
aanaya6 , yes, try to keep things simple. You are welcome.