View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default value of first visible cell

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Eddy Stan" wrote in message
...
Thank you so much and it is timely help.
best wishes 2 you.



"T. Valko" wrote:

Try this array formula** :

Array entered in A2 and copied across as needed:

=LEFT(INDEX(A5:A205,MATCH(1,SUBTOTAL(3,OFFSET(A5:A 205,,,ROW(A5:A205)-MIN(ROW(A5:A205))+1)),0)),3)

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the
SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"Eddy Stan" wrote in message
...
any function can get first 3 charecters of all cells in the first
visible
row
in the filtered data

thanks all of you