View Single Post
  #1   Report Post  
curleyy curleyy is offline
Junior Member
 
Posts: 1
Question Counting dates in filtered column

Hi all,

I'm trying to count the number of cells that contain a date in a filtered column. I've been using the following formula, but it keeps coming back with a value of 0, even though there are 3 in the filtered row;

=SUMPRODUCT(--('Fixture Status'!J3:J1000="=0"),SUBTOTAL(3,OFFSET('Fixture Status'!J3,ROW('Fixture Status'!J3:J1000)-ROW('Fixture Status'!J3),0)))

Any suggestions as to where I'm going wrong??