Formula Help

MrWalsh

New Member
Joined
Apr 30, 2018
Messages
2
Hi All,

I'm new to the forum in terms of posting but have searched around this forum for years for help with bits on Excel.

I'm hoping for some help in terms of some formula if possible. I'm trying to create a timetable as such. I have a few days as sheets with different students names on and then an overall sheet where I have every student on. I would like to work out how many sessions that each student has to attend but can not work out what formula I would need.

https://www.dropbox.com/s/bvtwtpax2wj1r0y/help.xlsx?dl=0

Thanks in advance.

Jonathan
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
How about:

For day 1

=IFNA(VLOOKUP(B2, 'Day 1'!B:F, 5, 0), 0)

For day 2

=IFNA(VLOOKUP(B2, 'Day 2'!B:F, 5, 0), 0)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,515
Messages
6,125,279
Members
449,220
Latest member
Excel Master

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