Winehouse

New Member
Joined
Jul 29, 2018
Messages
33
Hi

I’ve got a column of numbers starting in N4 for example

7
1
25
22
34
30

In the next column starting in O4, i’d like to place them in ascending order

1
7
22
25
30
34

I can’t work out how to do this.

Any help is very much appreciated.

Regards
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Perfect. Thank you.

Could I ask another question?

In a header row, O3, i’d like to display the next lowest number yet to be displayed. In this case 2.

When 2 appears, then it should say 3.

Thank you for your help.
 
Upvote 0
Sorry, I didn’t explain it well.

So the next 10 numbers entered for example where N is the next number entered & O3 is what should be displayed in O3 when the number is entered.

N—O3
2—2
4—2
8—2
11–2
20–2
3—4
5—5
6—8
9—9
10–11
 
Upvote 0
I'm confused...
Did you mean when the user?
enters 2 at N4 then O3 should be = 2
enters 4 at N5 then O3 should be = 2
enters 8 at N6 then O3 should be = 2
.....
enters 3 in N9 then O3 should be = 4
...
enters 10 in N13 then O3 should be = 11

What is the logic? :confused:

M.
 
Upvote 0
So the first numbers in the first example were

1
7
22
25
30
34

So O3 would be 1

Then, in order

N—O3
2—2
4—2
8—2
11–2
20–2
3—4
5—5
6—8
9—9
10–11

So, i’d like O3 to display the lowest number currently entered.

Apologies for not being clearer. I should have entered the numbers from the previous post.
 
Last edited:
Upvote 0
hmm ... still confusing. Better start from scratch...

So at start we have this

N
O
3
1​
4
7​
1​
5
1​
7​
6
25​
22​
7
22​
25​
8
34​
30​
9
30​
34​

<tbody>
</tbody>


Formula in N4 copied down (see post 2)
O3 = 1 (smallest value) Ok, I understand

Are you saying that when user inserts 2 in N10 then O3 should change to 2? Why if 1 is smaller than 2?

I'm not following you...

M.
 
Upvote 0
I think the Op wants O3 to be the next number in sequence that is not already in the data list. So if the user entered 2 in N10 O3 would be 3, the next larger number not in the data.
 
Upvote 0
Sorry, I thought I replied to this.

And apologies for my shocking description of what I’m looking for!

I’ll try again. In the quoted example below.

After the first 6 numbers starting with 1, O3 will be 1.

The next number is 2. O3 is 2.

Then numbers 4, 8, 11 & 20 are entered. O3 is still 2.

Then number 3 is entered. O3 changes to 4 as the numbers 1, 2, 3 & 4 have been entered.

Then 5 is entered. O3 becomes 5.

Then 6 is entered. O3 becomes 8 as 1-8 has already been entered.

And so on.

I hope this helps!

Thank you



So the first numbers in the first example were

1
7
22
25
30
34

So O3 would be 1

Then, in order

N—O3
2—2
4—2
8—2
11–2
20–2
3—4
5—5
6—8
9—9
10–11

So, i’d like O3 to display the lowest number currently entered.

Apologies for not being clearer. I should have entered the numbers from the previous post.
 
Upvote 0

Forum statistics

Threads
1,214,892
Messages
6,122,112
Members
449,066
Latest member
Andyg666

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top