Help with holiday planner

bravoball

New Member
Joined
Apr 8, 2016
Messages
3
Been trying to figure this out for a while and nothing seems to be working.

I am trying to create a holiday tracker that counts weekdays in a week by week from a too and from date. The set up is as follows

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]16th Apr[/TD]
[TD]23rd Apr[/TD]
[TD]30th April[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]16th Apr 18[/TD]
[TD]18th Apr 18[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sam Jones[/TD]
[TD]17th Apr 18[/TD]
[TD]18th Apr 18[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Smith Sam[/TD]
[TD]17th Apr 18[/TD]
[TD]25th Apr 18[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]18th Apr 18[/TD]
[TD]3rd May 18[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]


I am sure its an if statement but I just can't seem to get it to work.

Any help would be much apprenticed.

Thanks
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Forgot to mention what I am looking for help with.

Basically, I am looking for a formula that would calculate the days e.g. 3 for John Smith

Thanks
 
Upvote 0
Don't have access to excel atm but should be easily done with NETWORKDAYS

Which counts between 2 days excluding Saturday and Sunday.
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,631
Latest member
a_potato

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