adding on formulas in a worsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to insert a formula which sort out the dates entered in an ascending order automatically which ever one is entered first can someone assist me please, many thanks
 
Hi,

Assuming your dates are contained in Column A:

B1, copied down:

=SMALL(A:A,ROW(B1))

Hope this helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top