I am trying to find the smallest number other than 0 for each day of the week using
=SMALL(IF(WEEKDAY(Table3[Date],1)*ISNUMBER(Table3[Date])=1,Table3[[Early AM]:[Bed Time]],""),1+COUNTIF(Table3[[Early AM]:[Bed Time]],0))
How can I change the formula so it does not return 0 for blank cells?
Thanks