Hi,
I have a column wherein column A states the name of the airline and column B states the flight departure date. However, column B has some text along with the date. Example:
I would like to count the number of cells wherein the airline is "United" and the departure date is before 01-Apr-23.
How can I use COUNTIFS along with DATEVALUE? or if there is any better way to get the answer?
I have a column wherein column A states the name of the airline and column B states the flight departure date. However, column B has some text along with the date. Example:
Airline | ETD |
United | Flight departed on 01-Mar-23 |
United | Flight departed on 02-Mar-23 |
Lufthansa | Flight departed on 03-Mar-23 |
United | Flight departed on 23-Mar-23 |
Delta | Flight departed on 24-Mar-23 |
United | Flight departed on 25-Mar-23 |
United | Flight departed on 01-Apr-23 |
Delta | Flight departed on 03-Apr-23 |
Lufthansa | Flight departed on 05-Apr-23 |
I would like to count the number of cells wherein the airline is "United" and the departure date is before 01-Apr-23.
How can I use COUNTIFS along with DATEVALUE? or if there is any better way to get the answer?