Hi all
I've been using Sheet Summary's to calculate some data which seems to work quite well. For instance this is an example of a Summary that is working fine. (Its an ISO27001 audit tracker sheet)
=COUNTIFS(Finding:Finding, "Opportunity for Improvement", Status:Status, <>"COMPLETE", [Agreed closure date]:[Agreed closure date], <TODAY())
This returns the correct value of 3
When trying to re-create the formula on say a "Workings" sheet to use within a dashboard, I'm using the following formula where I'm getting a 0 response:
=COUNTIFS({OFI-NC Finding}, HAS(@cell , "Opportunity for Improvement", {OFI-NC Status}, <>"COMPLETE", {OFI-NC AgreedCloseDate}, <TODAY()))
I have created the 3 References OFI-NC Finding, OFI-NC Status and OFI-AgreedCloseDate and are referencing the correct columns.
Any idea what I'm doing wrong and why its not giving me the correct value of 3?
All other references I'm using across sheet using COUNTIFS work fine…is it something to do with the TODAY option?
Many thanks
Matt