Function to find 'n'th largest alphanumeric field (like "Large
Hi Mike,
The data would look something like this:
Column A Column B
1 Process Change
2 Technology People
3 Policy Policy
4 People Process
5 Change Technology
Column B would be derived by formula. If column A was numbers this would be
easy using the "LARGE" function =LARGE(A1:A5,n) in each cell in column B
(n = 1 to 5).
I hope this makes sense.
Cheers,
John
"Mike H" wrote:
It would be helpful to see the data and your expected result after sorting.
Mike
"Smibes" wrote:
Is there a formula function that will find 'n'th largest (or smallest)
alphanumeric field (like "Large" does with numerics).
I am trying to use formulas to move a column of alphnumeric data from one
column to another with the new column sorted alphanumerically. To move a
column of values I would use "Large" however that function does not work with
text.
Thanks in advance.
John
|