I need a little bit help form Excel masters :)
I have a table with days of the month and I want to calculate remaining workdays like this:
- DATA , DAY, DATA, REMAINING WORKDAYS
- 01.04.2018, Sunday, "data" , 0
- 02.04.2018, Monday, "data" , 19
- 03.04.2018, Tuesday, "data" , 18
- 04.04.2018, Wednesday, "data" , 17
- 05.04.2018, Thursday, "data" , 16
- 06.04.2018, Friday, "data" , 15
- 07.04.2018, Saturday, "data" , 0
- 08.04.2018, Sunday, "data" , 0
- 09.04.2018, Monday, "data" , 14
So ... the formula in "Remaining workdays" have be calculated automatically and when the day is Saturday and Sunday or Holiday have to jump to next workday
10x in advance

0remaining workdays instead of19or14in your above table? - Ron Rosenfeld