Hi,
I have the formula below works fine from this range(Range1) "A2:A10" but if I insert more rows formula won't work have not idea why won't work, any suggestion please.
formula:
Thank you,
I have the formula below works fine from this range(Range1) "A2:A10" but if I insert more rows formula won't work have not idea why won't work, any suggestion please.
formula:
VBA Code:
=IF(ISNUMBER(MATCH(ROWS($1:1),IF(INDEX(MOD(INT((List2-1)/2^(TRANSPOSE(List1)-1)),2),MATCH(TRUE,MMULT(MOD(INT((List2-1)/2^(TRANSPOSE(List1)-1)),2),Range1)=$E$2,0),),TRANSPOSE(List1)),0)),"X","")
Thank you,