Hello, I need help with a formula. I am trying to calculate a value in a specific date range. In Column I, I have dates and I need to track the status of the reports which are listed in column x. I have tried just using cell ranges but the reports are in numerical order not date order, so i end up missing a couple that are out of date sequence.
this is the formula I am trying to use but it returns 0
=countifs(NCR!I105:I510,">=9/1/2011",NCR!i105:I510,"=R")
as I said this returns 0 however in this case it should be 1
I have tried expressing it in many different ways but this is the closest I can get.
there are 3 different statuses open=blank, closed=c, repealed=R
I need to calculate how many reports are in each category per month.
I hope this is clear enough. I have been trying to figure this out on my own all day with no luck.
Thank you in advance.
this is the formula I am trying to use but it returns 0
=countifs(NCR!I105:I510,">=9/1/2011",NCR!i105:I510,"=R")
as I said this returns 0 however in this case it should be 1
I have tried expressing it in many different ways but this is the closest I can get.
there are 3 different statuses open=blank, closed=c, repealed=R
I need to calculate how many reports are in each category per month.
I hope this is clear enough. I have been trying to figure this out on my own all day with no luck.
Thank you in advance.