Hi,
I am stuck trying to use a sumproduct with three conditions.
My objective is to count the number of dates for a specific geographical region which fall within a certian range.
'Launch Tracker'!$H$3:$H$1200 = the column reference where the region is contained e.g. Europe
The date range is greater than 7 days from today for which I have a cell reference B1, and less than todays date (cell reference B2) +30 days
'Launch Tracker'!$AB$3:$AB$1223 is the column where the dates are contained
The current formula I am using is: =SUMPRODUCT(('Launch Tracker'!$H$3:$H$1200="Europe")*('Launch Tracker'!$AB$3:$AB$1223>$B$1)*('Launch Tracker'!$AB$3:$AB$1223<$B$2+30))
The value being returned is: #N/A
I have also tried: =SUMPRODUCT(--('Launch Tracker'!$H$3:$H$1200="Europe"),--('Launch Tracker'!$AB$3:$AB$1223>$B$1),--('Launch Tracker'!$AB$3:$AB$1223<$B$2+30))
Which returns: #VALUE!
Any suggestions greatly appreciated?
I am stuck trying to use a sumproduct with three conditions.
My objective is to count the number of dates for a specific geographical region which fall within a certian range.
'Launch Tracker'!$H$3:$H$1200 = the column reference where the region is contained e.g. Europe
The date range is greater than 7 days from today for which I have a cell reference B1, and less than todays date (cell reference B2) +30 days
'Launch Tracker'!$AB$3:$AB$1223 is the column where the dates are contained
The current formula I am using is: =SUMPRODUCT(('Launch Tracker'!$H$3:$H$1200="Europe")*('Launch Tracker'!$AB$3:$AB$1223>$B$1)*('Launch Tracker'!$AB$3:$AB$1223<$B$2+30))
The value being returned is: #N/A
I have also tried: =SUMPRODUCT(--('Launch Tracker'!$H$3:$H$1200="Europe"),--('Launch Tracker'!$AB$3:$AB$1223>$B$1),--('Launch Tracker'!$AB$3:$AB$1223<$B$2+30))
Which returns: #VALUE!
Any suggestions greatly appreciated?