Hi there, would really appreciate some help with this.
I have 2 sheets created; 1) Deployments Complete and 2) Monthly Billing.
- Sheet 1 is data that is updated daily on my deployment project.
- In sheet 1 I have a Comments column that is text format.
- Sheet 2 is where I summarise the data from sheet 1 and report from these numbers.
- Sheet 2 references various ranges in sheet 1.
Objective;
In Sheet 2, I want to count the number of times the phrase “Device Deployed at Chambers” is used in a calendar month in the Comments column in Sheet 1.
I looked at using Contains, Find and Has and each has slightly different functions so I decided on HAS and the formula I have used is;
=COUNTIFS({Deployments Complete Range 1}, >=[Month Start]1, {Deployments Complete Range 1}, <=[Month End]1, {Deployments Complete Range 2}, HAS(@cell, "Device Deployed at Chambers"))
The formula above is used in Sheet 2. Range 1 is in Sheet 1 and is a date column and Range 2 is in Sheet 1 and is a text column. The issue is the formula is pulling back a zero answer when it should be 112. Where am I going wrong ?
Thanks
Steve