76chickens

New Member
Joined
Apr 27, 2015
Messages
14
Please can anyone help me to make a formula for this sheet? Thanks in advance!
52682049_10155860318567633_4986686850061041664_n.jpg
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
You need several formulas and order the data as follows:

Excel Workbook
ABCDEFGH
1People who scored
2NameScore3456
3Joanna4EmmaJoannastepVane
4Emma3BenCarolSimon
5step5Louise
6Vane6
7Carol4
8Ben3
9Simon5
10Louise4
Hoja7



CellFormula
E2=IF(D2="",MIN($C$3:$C$10),IF(D2<MAX($C$3:$C$10),D2+1,""))


Copy to the right until the first blank cell appears

CellArray Formula
E3{=IFERROR(INDEX($B$1:$B$10, SMALL(SI($C$3:$C$10=E$2, ROW()), ROW()-2)),"")}

Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself



Copy the formula down to row 10, edit the formula and press Shift + Control + Enter. Then copy the formulas from E3:E11 to column H
 
Upvote 0
Sorry, didn't paste the E2 formula, take the next one:

Cell E2

=IF(D2="",MIN($C$3:$C$10),IF(D2<max($c$3:$c$10),d2+1,""))

<max($c$3:$c$10),d2+1,""))
< MAX($C$3:$C$10),D2+1,""))</max($c$3:$c$10),d2+1,""))
</max($c$3:$c$10),d2+1,""))
 
Last edited:
Upvote 0
Can't get it to work but it's harder than stuff I usually do. If I want to watch a video about these type of formulas what should I search? If error function?
 
Upvote 0
Amazing Dante! What is the secret with the ctrl+shift+enter thing? Is that where I was going wrong adding the formula?
 
Upvote 0
I've tried to adapt it to the actual document but can't get it to work. I've had to delete loads of information as I'm a teacher but hope I've left enough for it to make sense? I'm trying to feed a summary sheet from many other sheets in the document. Totally understand if you don't have time to look as you have been more than generous with your time already! https://drive.google.com/open?id=1ECB6qtxD0tlOdFjwUWO6SNvw_VeqHAbg
 
Upvote 0
=IFERROR(INDEX($C$3:$C$10,AGGREGATE(15,6,ROW($D$3:$D$10)-ROW($D$3)+1/($D$3:$D$10=F$2),ROWS($F$2:F2))),"")
6b62e523e197f6cd56ee92318a72051d-full.png
 
Upvote 0

Forum statistics

Threads
1,213,563
Messages
6,114,329
Members
448,564
Latest member
ED38

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