WG
Wa Godeg
3 years ago

#Solved
Special thankz to Phan Quang 🙏
#NeedHelp
It looks like so easy,, but when i'm trying to solve in using single formula,, I'm having trouble solving it

4 Likes

Replies

Excel Questions 3 years ago

What are you trying to do exactly?

0 Likes
Wa Godeg (3 years ago)

I want to rearrange (z-a) data from the left table to the right one ased on the score on right column of table

Excel Questions 3 years ago

I love that use of choose too 😁

0 Likes
Juninawan 3 years ago

Try Vlookup(large($B$2:$B$8;Row(A1));Choose({1;2};$B$2:$B$8;$A$2:$A$8);Column(A1);0)

1 Like
Wa Godeg (3 years ago)

Excel Questions 3 years ago

In 365 it's too easy as long as you know the function SORT

1 Like
Wa Godeg (3 years ago)

Im using excel 2007

Excel Questions (3 years ago)

I got a feeling the solution for 2007 is going to be some kind of monster 🤣

Excel Questions (3 years ago)

Phan Quang 3 years ago

On the phone now, will come back soon. Try a new range with: B:B+CODE(:A)*10^-3; then using Aggregate(15,6,new range,row(1:1))

0 Likes
Wa Godeg (3 years ago)

Phan Quang there is no aggregate function in my excel,, im using excel 2007😥

Phan Quang (3 years ago)

Sorry, code(A:A) and aggregate(14,6...)

Phan Quang (3 years ago)

Wa Godeg use large(new range,row(1:1)) instead, require CSE.

Wa Godeg (3 years ago)

Phan Quang can you give me the coplete syntax(formula) with cell reference,, i didn't get what you mean large(new range There is no thing in new range

Wa Godeg (3 years ago)

New range is blank range,, where i want to fill the data in

Nicolae Dogot 3 years ago

Use function SORT column 1 and 2 its much easy.. no need complicate 🤔. Best of luck!

0 Likes
Excel Questions (3 years ago)

Nicolae Dogot This is a legacy excel version without sort =)

Excel Questions (3 years ago)

And a nightmare!

Wa Godeg (3 years ago)

Yess there is no sort function in my excel 2007

Excel Questions 3 years ago

Ahhh thanks Juninawan. Your solution helped me understand and it's a great solution.

0 Likes
Wa Godeg (3 years ago)

I don't think so

Excel Questions (3 years ago)

I stand corrected. doesn't work!

Juninawan (3 years ago)

Wa Godeg change column(a1) to Roundup(mod(column(a1);2)+1;0)

Juninawan (3 years ago)

Wa Godeg or Change column(A1) to =MOD(COLUMN(A1);2)+1

Juninawan (3 years ago)

Become Try Vlookup(large($B$2:$B$8;Row(A1));Choose({1;2};$B$2:$B$8;$A$2:$A$8);Mod(Column(A1);2)+1;0)

Wa Godeg (3 years ago)

Wa Godeg (3 years ago)

Juninawan (3 years ago)

=Index($A$2:$B$8;Match(large($B$2:$B$8;row(A1));$B$2:$B$8;0);Column(A1))

Wa Godeg (3 years ago)

I think it will give the same result,, match will get the first match value

Excel Questions (3 years ago)

Get ready to laugh friends...

Excel Questions (3 years ago)

=IF(COLUMN(B$1)=1,CHAR(SMALL(CODE($A$2:$A$8),ROW(B2)))&CHAR(SMALL(CODE($A$2:$A$8),ROW(B2)))&CHAR(SMALL(CODE($A$2:$A$8),ROW(B2))),LARGE($B$2:$B$8,ROW(B2)))

Wa Godeg (3 years ago)

Why you use char function??

Wa Godeg (3 years ago)

AAA QQQ ZZZ ECT. in fact i mean it as a name of persons

Excel Questions (3 years ago)

Ahhh ok =p back tot he drawing board!

Wa Godeg (3 years ago)

Wa Godeg 3 years ago

Exactly i want to rearrange the data to new range in sort (z-a) basen on score (the highest the first)

0 Likes
Wa Godeg (3 years ago)

Sort z-a not based on alfhabetic name

Excel Questions 3 years ago

got it

0 Likes
Excel Questions 3 years ago

its horrible but it seems to work, it relies on the score column being calculated first

0 Likes