How to I combine two IF(AND formulas to get desired results

ArcticAce

New Member
Joined
Feb 23, 2018
Messages
32
Sorry, I am sleepy: How do I combine two IF(AND formulas to get a desired result or leave blank if both formulas are FALSE


The formula in B1 is =IF(AND($A1>=$E$1,$A1>=$F1),$F$2,"")

The formula in C1 is =IF(AND($B1>=$E$2,$B1>=$F2),$F$3,"")

I need a formula that can be combined with the formula in C1 to give me the result of C12, if C1 is FALSE, but leave blank any dates in Column A that are after 1/1/2018 and so on.

Can anyone help me with this issue, and I have tried my best to explain it.


ABCDEF
1
10/1/2017
<strike></strike>
<strike></strike>11/30/201712/31/201710/1/201710/31/2017
211/2/2017FALSE11/1/201711/30/2017
312/13/2017FALSE12/1/201712/31/2017
41/6/2018FALSE1/1/20181/31/2017
11
10/1/2017
<strike></strike>
11/30/2017
12/31/2017
<strike></strike>
<strike></strike>
12
11/2/2017
<strike></strike>
<strike></strike>12/31/2017
13
12/13/2017
<strike style="background-color: transparent; border-collapse: collapse; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: line-through; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; width: auto; word-spacing: 0px;"></strike><strike></strike>
<strike></strike>
14
1/6/2018
<strike></strike>
<strike></strike>
<strike></strike>

<tbody>
</tbody>
 
Last edited:

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
but leave blank any dates in Column A that are after 1/1/2018 and so on.

how are col A cells checked

The formula in C1 is =if(iserror(IF(AND($B1>=$E$2,$B1>=$F2),$F$3,"")),dothis,dothat))

check how many brackets you need
 
Upvote 0
I need a formula that can be combined with the formula in C1 to give me the result of C12, if C1 is FALSE, but leave blank any dates in Column A that are after 1/1/2018 and so on.

I do not understand what you mean above eg leave blank any dates - how are you changing cells in column A ?
 
Upvote 0
I need a formula that can be combined with the formula in C1 to give me the result of C12, if C1 is FALSE, but leave blank any dates in Column A that are after 1/1/2018 and so on.

I do not understand what you mean above eg leave blank any dates - how are you changing cells in column A ?

The dates in column a are entered when a discussion with an employee is conducted. The other columns are for automation to show when the next discussion is due. So the columns after A will show all discussions for the year
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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