I have a formula that counts if a date range is present. However I need to change it to count another column only if that date range is present.
For example a17 a50000 the user will enter the date of the order. and in column B has the order number. I want the formula to count the order numbers for a data range in column A.
Here is what I have but it is counting the dates in col A not the order numbers in B?
Thanks for the help.
Mike
=COUNTIF($A$17:$A$6001,">=1/1/2010")-COUNTIF($A$17:$A$6001,">1/31/2010")
Bookmarks