Multiple conditions IF statements | Community
Skip to main content
Level 2
April 2, 2024
Solved

Multiple conditions IF statements

  • April 2, 2024
  • 1 reply
  • 1058 views

I want to get a result of "Ready for QA" for a few conditions being true.  Here are the IF statements that I wrote for each condition, but I don't know how to combine them.  If all of these conditions are true, I want to populate the column with the words "Ready for QA"

 

IF({name}="Upload instructor materials"&&{percentComplete}<100

IF({name}="Upload participant materials"&&{percentComplete}<100

IF({name}="Set up Conferences i/o session (settings, polling)"&&{percentComplete}<100

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

You could give IFIN a try. The syntax is in the link below.

 

https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/calculated-custom-data/calculated-data-expressions 

1 reply

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
April 2, 2024