COUNTIF, Dates, and Variables

  • Thread starter Thread starter Any Onmouse
  • Start date Start date
A

Any Onmouse

I have a sheet with rows for each data entry point (we
will call them tickets). Each ticket has an open and
close date.

I want to create a chart showing the cumulative open and
close counts for each week. I started by creating a
seperate sheet with dates across the top and then a row
for opens and a row for closed. The formula in each cell
as along the lines of
=COUNTIF(range of cells in sheet two with open
dates, ">date for the week")
(an actual copy...=COUNTIF(Sheet2!K2:K397,">Sheet1!B2")

My problem - the criteria does not seem to like having a
variable. Is what I am doing roughly right? Can some
one suggest an option?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top