how can i auto fill a range while leaving the cell number the same?
=IF(AND(B4>=c2,b4<=c3),"Yes","No")
the horizontal cells(ie. a4,c5,c6,c7,c8,c9), with the formula,cells c2 and c3 will remain the same
C4=IF(AND(B4>=c2,b4<=c3),"Yes","No")
C5=IF(AND(B5>=c2,b5<=c3),"Yes","No")...