Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A200=TODAY()),--(A1:A200<=(TODAY()+7)))
"SLKPM" wrote: 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 |
#3
![]() |
|||
|
|||
![]()
=COUNTIF(DateRange,"="&TODAY())-COUNTIF(DateRange,""&TODAY()+7)
SLKPM wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIF problem | Excel Discussion (Misc queries) | |||
Countif Problem | Excel Discussion (Misc queries) | |||
COUNTIF and automatic type conversion problem | Excel Discussion (Misc queries) | |||
COUNTIF and automatic type conversion problem | Excel Worksheet Functions | |||
countif problem | Excel Discussion (Misc queries) |