COUNTIF: MAX Date from 4 columns is less than or equal to Todays Date + 30 then Count

Lres81715

Board Regular
Joined
Aug 26, 2015
Messages
147
I'm pretty sure I'll have to use an array formula for this but here is what I need

4 dates in Columns H, L, M, N I need to find the MAX date from each column's row
Example: =MAX(H5,L5,M5,N5)

But I need to do this for ALL Rows then COUNTIF that Max Date is greater than today's date +30
Example: =COUNTIF(range(frommax),"<="&TODAY()+30)

Here is a visual

HLMN
5
10/6/2015

<tbody>
</tbody>
12/3/2015

<tbody>
</tbody>
11/5/2015

<tbody>
</tbody>
6
11/22/2015

<tbody>
</tbody>
10/16/2015

<tbody>
</tbody>
11/6/2015

<tbody>
</tbody>
7
11/26/2015

<tbody>
</tbody>
10/28/2015

<tbody>
</tbody>
11/11/2015

<tbody>
</tbody>
8
12/25/2015

<tbody>
</tbody>
10/30/2015

<tbody>
</tbody>
11/2/2015

<tbody>
</tbody>
1/16/2016
9
11/5/2015

<tbody>
</tbody>
10/27/2015

<tbody>
</tbody>
12/7/2015

<tbody>
</tbody>

<tbody>
</tbody>

Today = 10/30/2015

Row 5 = 12/03/2015 (0)
Row 6 = 11/22/2015 (+1)
Row 7 = 11/26/2015 (+1)
Row 8 = 1/16/2016 (0)
Row 9 = 12/7/2015 (0)

Any help please. Thanks
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
can you use a helper for this, and have your MAX formula in that - then count from the helper?
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,383
Members
449,445
Latest member
JJFabEngineering

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