Arrange results in ascending order accross a row

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

I have 9 cells H31:P31 the results of previous calculations. They will
always be in random order of value. In cells H35:P35 I want to get them
to arrange them in ascending order.

Any suggestions how I should do this?

TIA

Sam.
 
Try this:

Entered in H35 and copied across to P35.

=SMALL($H31:$P31,COLUMNS($H35:H35))
 
Hi,

Try this in H35 and copy it to the right

=SMALL($H31:$P31,COLUMN())
 
You should include a warning of the potential danger of using that formula.
 

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