This the code. It goes through the data in a2-a20 and inputs it in row b2. I need it changed to go from A6-A200 and put into H6. When I change the values it gets all wonky![]()
=IF(SUM(IF($A$2:$A$20<>"",--ISERROR(MATCH($A$2:$A$20,$B$1:B1,0)))), INDEX($A$2:$A$20, MIN(IF($A$2:$A$20<>"",IF(ISERROR(MATCH($A$2:$A$20,$B$1:B1,0)), ROW($A$2:$A$20)-ROW($A$2)+1)))),"")
Bookmarks