Thread
:
formula to identify top 3 times
View Single Post
#
1
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
formula to identify top 3 times
Assuming that the top three times are the lowest three times and that the
times are in column A, in B1 thru B3 enter:
=SMALL(A:A,1)
=SMALL(A:A,2)
=SMALL(A:A,3)
--
Gary''s Student - gsnu200809
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student