How to have Text display based on multip drop-down selections
I want to replicate a pass/fail metric in Adobe Forms as I have it in excel using drop downs to select each criteria as pass fail, with an overall pass/fail depending on how many of each.
In excel this is my formula: =IF(COUNTIF(Q8:Q24,"Fail")=0,"Overall Score: High",IF(COUNTIF(Q8:Q24,"Fail")=1,"Overall Score: Pass",IF(COUNTIF(Q8:Q24,"Fail")=2,"Overall Score: Low","Overall Score: Fail")))
Q fields are my dropdowns in excel. Is this something I can reproduce in adobe forms?
