Multiple IF, AND conditions to return True/False

avenkat

New Member
Joined
May 15, 2018
Messages
12
StatusMALMQLSALSQLFirst associated dateConditions True/False
Raw10/25/201610/10/201610/10/2016
Pursuing1/12/2017
4/18/2017

<tbody>
</tbody>
4/18/20172/28/2018

<tbody>
</tbody>

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
 
Thank you ,
This works very well indeed.

You're welcome.

I must have had a brain freeze earlier, since I'm using INT in my formula, VALUE was Not needed, updated formula here:

ABCDEFGHI
1Contact StatusMember First
Associated Date
Timestamp
Lifecycle MAL
Timestamp
Lifecycle MQL
Timestamp
Lifecycle SAL
Timestamp
Lifecycle SQL
Timestamp
Lifecycle SAO
Timestamp
Lifecycle SQO
MAL Stage
2Rejected10/10/2017 0:0010/25/2017 10:5610/10/2017 11:05TRUE
3Unqualified11/14/2017 0:0011/16/2017 7:2411/14/2017 10:5111/16/2017 7:24TRUE
4Pursuing1/11/2018 0:001/11/2018 5:451/11/2018 5:451/11/2018 9:33FALSE
5Rejected11/22/2017 0:0011/27/2017 11:5511/22/2017 16:33TRUE

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet72

Worksheet Formulas
CellFormula
I2=OR(AND(INT(D2)<=INT(C2),INT(D2)=INT(B2),OR(A2={"Rejected","Raw","Unqualified"})),AND(INT(E2)<=INT(D2),INT(D2)>INT(C2),INT(D2)=INT(B2),OR(A2={"Pursuing","Restored","New"})))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
You're welcome, glad it worked for you.
 
Upvote 0

Forum statistics

Threads
1,215,408
Messages
6,124,727
Members
449,185
Latest member
ekrause77

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top