• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Nested If Statement

JAeEM

New Member
Hi Team,

I hope you guys are doing great. How do I write an if statement that returns a value based on the values in 3 different cells for example:

CELL 1 CELL 2

IF VALUE IN CELL 1 = "TAC", IF NOT SVOD
IF VALUE IN CELL 2 = "SVOD", IF NOT TAC
IF VALUE IN BOTH CELLS = CELL 1 AND CELL 2, "TAC/SVOD"

This is what I have so far:

=IF(AD971<=0,"SVOD",IF(AD971>=1,"TAC",IF(AND(AD971>=1,AK971>=1),)))

its not returning "TAC/SVOD" when both conditions are met. Please help. Thank you all stars!
 
Back
Top