Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calculated value

Status
Not open for further replies.

brewer2

Technical User
Joined
Apr 19, 2010
Messages
1
Location
US
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")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top