I have a column that put yes or no based on another column>
this is the code:
=IF(VoteScan="1","YES","NO")
that works but I also need it to check if it say YES.
How do I combine:
=IF(VoteScan="1","YES","NO")
=IF(VoteScan="YES","YES","NO")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.