G
Guest
here is my formula:
=COUNTIF(OFFSET('Daily MP'!A:A,0,MATCH(H3,'Daily MP'!5:5,0)-1),"*04ac14*")-H10
when I drag my formula to the next column I only want certain values to
change. For instance in my reference of my offset I want the A:A to stay A:A
and not change to B:B. But in my match I want my lookup value to change from
H3 to I3. How would I solve this?
=COUNTIF(OFFSET('Daily MP'!A:A,0,MATCH(H3,'Daily MP'!5:5,0)-1),"*04ac14*")-H10
when I drag my formula to the next column I only want certain values to
change. For instance in my reference of my offset I want the A:A to stay A:A
and not change to B:B. But in my match I want my lookup value to change from
H3 to I3. How would I solve this?