Hi
I am struggling with a formula to calculate a number of fields and looking for some help.
I want to calculate the number of both estimated and actual hrs for each month for each client, I have tried the below, but I cannot see where I am going wrong, I have tried COUNTIFS also and cant get it to work.
=COUNTIF([Resolution Date]25:[Resolution Date]182, ">=01/02/24") - COUNTIF([Resolution Date]25:[Resolution Date]182, "<=28/02/24"),(COUNTIF([Actual Time Spent (Hrs)]25:[Actual Time Spent (Hrs)]182,">=0")-COUNTIF([Actual Time Spent (Hrs)]25:[Actual Time Spent (Hrs)]182,"<=500"), COUNT(Client25:Client182,"Curd")
This is a excel snapshot example of what I have in Smartsheet - This will pull through to a metrics sheet when completed.
Thanks in advance for any advice on this one :-)