Countifs using a formula as a condition

Weepypostman

New Member
Joined
Jul 16, 2013
Messages
6
Sample spreadsheet (image): Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

I am trying to use a formula to count how many complaints have exceeded 60 days without a response, but it's not working. It's giving me an error about how i can't use a formula.

The formula I tried was =COUNTIFS((TODAY()-$E4:$E10000),>60,$I4:$I10000,"") There is obviously something wrong (i just dont know what it is...)

It's supposed to count if there is no date in PSTM/DCL column, and if Received date is more than 60 days prior to today's date. It has to fulfill both of those conditions to be counted.

Any help is appreciated. Thank you!
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Welcome to the board..

Put the TODAY in the Criteria argument, not the range..
Try
=COUNTIFS(($E4:$E10000),"<" & TODAY()-60,$I4:$I10000,"")
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,931
Members
449,480
Latest member
yesitisasport

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