Hello, Below i have a formula i'm trying to use but its not working.
The first two formulas do work. However i need help with my last one.. I want it to display "yes for ones and 5's) if both of the first formulas are true.
So if d50<CONFIGJ19 < D49 & d50 both AND d49<configj21 and> to zero... then i want to display "yes for 1's & 5's"
How could i modify to do that?
=IF(AND(D50<Configuration!$J$19,D50>0),"YES FOR $5's",IF(AND(D49<Configuration!$J$21,D49>0),"YES FOR $1's",IF(AND(D49<Configuration!$J$21,D50<Configuration!$J$19),"YES FOR $1's & 5's","NO")))
Thanks for your help sooo much!
The first two formulas do work. However i need help with my last one.. I want it to display "yes for ones and 5's) if both of the first formulas are true.
So if d50<CONFIGJ19 < D49 & d50 both AND d49<configj21 and> to zero... then i want to display "yes for 1's & 5's"
How could i modify to do that?
=IF(AND(D50<Configuration!$J$19,D50>0),"YES FOR $5's",IF(AND(D49<Configuration!$J$21,D49>0),"YES FOR $1's",IF(AND(D49<Configuration!$J$21,D50<Configuration!$J$19),"YES FOR $1's & 5's","NO")))
Thanks for your help sooo much!
Last edited: