Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How would this be written as a nested IF function:
If single a. give <20 = "Bachelor" b. give >20 = "Big Donor" If married** a. give <20 = "Frugal Double" b. give >20 = "Charity Couple"
= IF(A2="Single",IF(C2<20,"Bachelor","Big Donor"),IF(C2<20,"Frugal Double","Charity Couple"))
where A2 could have "Single" or other value (add other validation if needed) and C2 could have any number as a value (add other validation if necessary)
Hope that will help
Add a comment
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.