List all those on 400, List all those on 399, etc etc

palaeontology

Active Member
Joined
May 12, 2017
Messages
444
Office Version
  1. 2016
Platform
  1. Windows
I have a list of student names in Entry!B8:B400 ... not all cells in that range will have a name in it

I have a score (somewhere between 400 and 200) allocated to each of them .. the scores are in Entry!CA8:CA400

Some students will likely have the same score as another student, so scores are not unique to one student, and some scores might not have been achieved by anyone.

In SAI!D2:D202 I have the numbers 400 down to 200.

What I would like is to have the students listed (one name per cell) to the right of the number they achieved ... I'd prefer to do all this by formula, if possible, rather than vba, but if vba is the only way to do it, that's great too.

example ...

on sheet called Entry ...

Column BColumn AC
row 8Abbas, Kasey386
row 9Balmer, Ashleigh392
row 10Bishop, Hamish382
row 11Bridge, Liam392
row 12Bultitude, Hamish400
row 13Charlesworth, Izzy387
row 14Coleman, Adam396
row 15Douglas, Katelin395
row 16Gahlot, Bhanu384
row 17Geffen, Josie388
row 18Hatton, Callum389
row 19Jeffreys, Madi391
row 20Kumar, Aniket397
row 21Mao, Yanze387
row 22Meyers, Bailey388
row 23Powrie, Olivia395
row 24Ram, Shamant393

<tbody>
</tbody>


and on sheet called SAI ...

Column D
row 2400Bultitude, Hamish
row 3399
row 4398
row 5397Kumar, Aniket
row 6396Coleman, Adam
row 7395Douglas, KatelinPowrie, Olivia
row 8394
row 9393Ram, Shamant
row 10392Balmer, AshleighBridge, Liam
row 11391Jeffreys, Madi
row 12390
row 13389Hatton, Callum
row 14388Geffen, JosieMeyers, Bailey
row 15387Mao, YanzeCharlesworth, Izzy
row 16386Abbas, Kasey
row 17385
row 18384Gahlot, Bhanu
row 19383
row 20382Bishop, Hamish
row 21381
row 22380

<tbody>
</tbody>


Is there a way to do this ?

Kind regards,

Chris
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Try this formula, copied across and down.

Excel Workbook
DEFG
2400Bultitude, Hamish
3399
4398
5397Kumar, Aniket
6396Coleman, Adam
7395Douglas, KatelinPowrie, Olivia
8394
9393Ram, Shamant
10392Balmer, AshleighBridge, Liam
11391Jeffreys, Madi
12390
13389Hatton, Callum
14388Geffen, JosieMeyers, Bailey
15387Charlesworth, IzzyMao, Yanze
16386Abbas, Kasey
17385
18384Gahlot, Bhanu
19383
20382Bishop, Hamish
SAI
 
Last edited:
Upvote 0
Hi Peter,

as usual, you're completely brilliant.

Thankyou, so much, for that, and for responding so quickly too.

Very kind regards,

Chris
 
Upvote 0

Forum statistics

Threads
1,215,562
Messages
6,125,546
Members
449,237
Latest member
Chase S

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