Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 2 columns as follows:
A B Number Correct Order 1 3 5 6 2 I need to display the numbers from column A in ascending order in column B, WITHOUT using the sort function! Any tips please! -- Its easier to learn thing than pretend you know it |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
It looks like you unsorted range starts in a2 so put the formula in b2 and drag down =SMALL(A:A,ROW(A1)) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Pavel" wrote: I have 2 columns as follows: A B Number Correct Order 1 3 5 6 2 I need to display the numbers from column A in ascending order in column B, WITHOUT using the sort function! Any tips please! -- Its easier to learn thing than pretend you know it |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike
Excellent job My actuall formula should refer to absolute cell reference but that was it! Thanks again -- Its easier to learn thing than pretend you know it "Mike H" wrote: Hi, It looks like you unsorted range starts in a2 so put the formula in b2 and drag down =SMALL(A:A,ROW(A1)) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Pavel" wrote: I have 2 columns as follows: A B Number Correct Order 1 3 5 6 2 I need to display the numbers from column A in ascending order in column B, WITHOUT using the sort function! Any tips please! -- Its easier to learn thing than pretend you know it |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
index function - ascending order | Excel Worksheet Functions | |||
Using vlookup in a table that is not in ascending order | Excel Discussion (Misc queries) | |||
getting numbers divisible by 4 from random numbers in ascending order | Excel Worksheet Functions | |||
How do I # my rows in ascending order. | Excel Worksheet Functions | |||
Digits in ascending order ? | Excel Worksheet Functions |