i have the following basic look up array which i use in all sorts of situations (with mods for sheet /ranges/row etc) works a treat but works down a column
how can i modify it to work across rows?
offset? perhaps
i tried substituting column for row() and it worked fine for first instance but it wont work on subsequent rows using that method.
thanx![]()
=IF(ROW()-1>COUNTIF(Sheet1!$A$1:$A$2000,$A$1),"",INDEX(Sheet!$B$1:$B$2000,SMALL(IF(Sheet1!$A$1:$A$2000=$A$1,ROW(Sheet1!$A$1:$A$2000),""),ROW()-1)))
Bookmarks