[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Status[/TD]
[TD]MAL[/TD]
[TD]MQL[/TD]
[TD]SAL[/TD]
[TD]SQL[/TD]
[TD]First associated date[/TD]
[TD]Conditions True/False[/TD]
[/TR]
[TR]
[TD]Raw[/TD]
[TD]10/25/2016[/TD]
[TD]10/10/2016[/TD]
[TD][/TD]
[TD][/TD]
[TD]10/10/2016[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Pursuing[/TD]
[TD]1/12/2017[/TD]
[TD][TABLE="width: 345"]
<tbody>[TR]
[TD="class: xl63"]4/18/2017[/TD]
[TD="class: xl63, width: 111"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]4/18/2017[/TD]
[TD][/TD]
[TD]2/28/2018[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So these being my columns, I need a To fill the last column with conditions that satisfy
1) IF (AND(MQL<=MAL,MQl=Firstassocaited date),OR(Status="Raw","Rejected","Unqualified"),TRUE,FALSE)
For some reason this formula return with a a FALSE for everything (see first data set where the conditions are met!)
2) IF(AND(SAL<=MQL,SAL<=Firstassocaited date, MQL>MAL,Status=Pursuing),TRUE,FALSE)
Not sure if this formula makes sense .
I need to know if the conditions satisfy via dates and status is reflecting the process is followed then true else false.
Thanks so much for any pointers
<tbody>[TR]
[TD]Status[/TD]
[TD]MAL[/TD]
[TD]MQL[/TD]
[TD]SAL[/TD]
[TD]SQL[/TD]
[TD]First associated date[/TD]
[TD]Conditions True/False[/TD]
[/TR]
[TR]
[TD]Raw[/TD]
[TD]10/25/2016[/TD]
[TD]10/10/2016[/TD]
[TD][/TD]
[TD][/TD]
[TD]10/10/2016[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Pursuing[/TD]
[TD]1/12/2017[/TD]
[TD][TABLE="width: 345"]
<tbody>[TR]
[TD="class: xl63"]4/18/2017[/TD]
[TD="class: xl63, width: 111"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]4/18/2017[/TD]
[TD][/TD]
[TD]2/28/2018[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So these being my columns, I need a To fill the last column with conditions that satisfy
1) IF (AND(MQL<=MAL,MQl=Firstassocaited date),OR(Status="Raw","Rejected","Unqualified"),TRUE,FALSE)
For some reason this formula return with a a FALSE for everything (see first data set where the conditions are met!)
2) IF(AND(SAL<=MQL,SAL<=Firstassocaited date, MQL>MAL,Status=Pursuing),TRUE,FALSE)
Not sure if this formula makes sense .
I need to know if the conditions satisfy via dates and status is reflecting the process is followed then true else false.
Thanks so much for any pointers