I have a number in 4 columns from 0-9. (below)
5 1 3 6
I want to label the numbers by their relation to each other...
5= High
1= Low
3=Mid
6=S (super)
It would look like this....
5 1 3 6 H L M S
I have a number in 4 columns from 0-9. (below)
5 1 3 6
I want to label the numbers by their relation to each other...
5= High
1= Low
3=Mid
6=S (super)
It would look like this....
5 1 3 6 H L M S
Look at the attached. It is a two step process.
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
The formula fails to address the issue. I'm not labeling a specific number. I want to label each number by the relation to the others.
Also, I would like the results to show in the columns F to I
Last edited by Jordans121; 07-26-2011 at 11:37 PM.
Assume the numbers are in A1:D1.
Try this in F1 to copy across.
=CHOOSE(MATCH(A1,LARGE($A1:$D1,{1,2,3,4}),0)+COUNTIF($A1:A1,A1)-1,"S","H","M","L")
Regards,
Haseeb Avarakkan
__________________________________
"Feedback is the breakfast of champions"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks