Thread: Excel Function
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Excel Function

Slight errata to this line:
Put in B2:
=IF(ROWS($1:1)COUNT($A:$A),"",INDEX(Sheet2!A:A,SM ALL(A:A,ROWS($1:1))))


It should be

Put in B2:
=IF(ROWS($1:1)COUNT($A:$A),"",INDEX(Sheet2!A:A,SM ALL($A:$A,ROWS($1:1))))


... SMALL($A:$A,.. -- col A should be fixed for copying B2 across/down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---