How do I make this formula look up the next item and then the third and then fourth etc..

Waffles255

New Member
Joined
Mar 30, 2019
Messages
26
Office Version
  1. 2019
=INDEX(frmCourses!$B$2:$D$5,MATCH('55 Day 1'!$A$1,frmCourses!$A$2:$A$5,0),MATCH('55 Day 1'!B$2,frmCourses!$A$1:$D$1,0)) Second Pic Forumla

I tried using Mr Excel plugin but its not showing the other tabs...

I am trying to make an input sheet with students that gets allocated to different sheets from the input sheet however I want the formula to look for the first then second then third student that that they booked on the course.

This is the Input Sheet :

1606893567704.png


And then it should pull through to the other tabs which looks like this, I first want the formulas to work right before i work on making it look better

This is the other tabs it should be pulled through from :

1606893612101.png


It is only retrieving the first one it finds..

Could you please assist thanks in advance
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
How about
+Fluff v2.xlsm
ABCD
1CourseNameSurnameFee
21-55 dayAE23
32-55 dayBF24
42-55 dayCG25
51-55 dayDH26
6
Sheet1


+Fluff v2.xlsm
ABCDE
11-55 day
2NameSurnameFee
3AE23
4DH26
5   
6   
7
8
Sheet2
Cell Formulas
RangeFormula
B3:D6B3=IFERROR(INDEX(Sheet1!B$2:B$100,AGGREGATE(15,6,(ROW(Sheet1!$A$2:$A$100)-ROW(Sheet1!$A$2)+1)/(Sheet1!$A$2:$A$100=$A$1),ROWS($B$3:$B3))),"")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,731
Members
448,987
Latest member
marion_davis

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