COUNTIFS (Name and date)

Krisevans

New Member
Joined
May 19, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi Wonderful people,
Trying to get a countifs formulae to work based on the below:

COUNTIF first column = Text (got this solved)
COUNTIFS second column = yesterday (today - 1)

I tried the below, but to no avail

Countifs(A:A,"first interview booked,B:B,TODAY()-1

Also tried it with the above but the today - 1 being a cell value = d2 as example

StatusDate
First Interview booked 13/12/2023
First interview booked 12/12/2023
Second interview booked13/12/2023
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
=COUNTIFS(A:A,"first interview booked",B:B,TODAY()-1)

Book2
ABCD
1StatusDate
2First Interview booked12/13/231
3First interview booked12/12/23
4Second interview booked12/13/23
Sheet1
Cell Formulas
RangeFormula
D2D2=COUNTIFS(A:A,"first interview booked",B:B,TODAY()-1)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,084
Messages
6,123,024
Members
449,092
Latest member
ikke

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