View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steved Steved is offline
external usenet poster
 
Posts: 519
Default Like to put it in VBA please

Hello from Steved

How would I go about putting the below into VBA please.

=IF(ISNUMBER(SMALL(IF($S$6:$S$106="","",ROW($S$6:$ S$106)),ROW(1:1))),INDIRECT("Summary!"&CHAR(COLUMN ()+64)&SMALL(IF($S$6:$S$106="","",ROW($S$6:$S$106) ),ROW(1:1))),"")

Thankyou.