countif problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a worksheet set up with numerous dates assigned to each column, these
dates can be up to 16 months in advance. How do I set it up using a function
to calculate the number of occurences between for example; today and 7 days
time in each particular column to give a total at the bottom.

Any help would be great as i'm now scratching my head on this one...Many
thanks,

SLKPM
 
=COUNTIF(DateRange,">="&TODAY())-COUNTIF(DateRange,">"&TODAY()+7)
 

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

Similar Threads


Back
Top