All language subtitles for 4. Using the WORKDAY and WORKDAY.INT Functions

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French Download
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:05,120 --> 00:00:09,890 In this lesson, we're going to take a look at a couple of really quick little formulas that can be 2 00:00:10,280 --> 00:00:10,850 useful. 3 00:00:11,390 --> 00:00:17,330 And that is the work day function and the work days int function. 4 00:00:17,570 --> 00:00:22,220 So let's start out with the work days function now in the table at the top here. 5 00:00:22,310 --> 00:00:29,740 I have a list of tasks that need to be completed, and I also have the start date of those tasks. 6 00:00:29,750 --> 00:00:33,830 So maybe this is some kind of basis for a project plan. 7 00:00:34,760 --> 00:00:41,720 And in Column C, I've listed out the number of work days that each of these tasks is going to take. 8 00:00:42,410 --> 00:00:49,970 Now, when I say work days, I mean Monday to Friday, so excluding the weekends I want I want to work 9 00:00:49,970 --> 00:00:55,340 out is the finish date based on the work days and the start date. 10 00:00:56,090 --> 00:01:03,470 So the work day's formula will basically calculate five days after the start date, but it won't include 11 00:01:03,470 --> 00:01:05,990 any weekends in that calculation. 12 00:01:06,230 --> 00:01:08,000 So let's go to finish date. 13 00:01:08,390 --> 00:01:12,830 We're going to type in equals and we're going to use the work day function. 14 00:01:13,970 --> 00:01:20,780 Now we have three arguments here start date days, and then we have an optional argument of holidays 15 00:01:20,930 --> 00:01:27,080 because what you can also doing here is get the formula to exclude holiday days as well, so those won't 16 00:01:27,080 --> 00:01:31,880 be public holidays, Christmas Day, New Year's Day, Easter Monday, things like that. 17 00:01:32,030 --> 00:01:37,370 Now, in order to include the holidays, you need to have the holidays listed out somewhere so you can 18 00:01:37,370 --> 00:01:41,960 see that I have all of the holidays in the UK listed out in a little table. 19 00:01:42,200 --> 00:01:44,750 So the first argument here is the start date. 20 00:01:44,930 --> 00:01:49,820 So I have that listed in cell before comma days. 21 00:01:50,120 --> 00:01:53,480 So how many days is this task going to take? 22 00:01:54,170 --> 00:01:57,380 Well, this task is going to take five days. 23 00:01:57,710 --> 00:01:59,510 Now I could leave it just there. 24 00:01:59,540 --> 00:02:01,460 I could close the bracket and hit enter. 25 00:02:01,700 --> 00:02:05,510 And it's going to give me my finished day, excluding weekends. 26 00:02:06,320 --> 00:02:12,650 However, if I wanted to include holidays as well, let's double click to edit comma. 27 00:02:13,310 --> 00:02:15,770 I can then select the holiday dates. 28 00:02:16,370 --> 00:02:25,370 So that is this that will range just here and say, and then I can copy this formula down and I have 29 00:02:25,370 --> 00:02:26,480 my finished dates. 30 00:02:26,870 --> 00:02:29,960 So that is how the work day's function works. 31 00:02:30,770 --> 00:02:33,620 Now what about the work days int function? 32 00:02:34,100 --> 00:02:39,050 Well, let's delete our AB finished date just here and take a look at work days int. 33 00:02:39,920 --> 00:02:41,090 And it's this one just here. 34 00:02:41,090 --> 00:02:43,490 Sorry, work day dot intel. 35 00:02:43,790 --> 00:02:44,810 Let's double click. 36 00:02:45,680 --> 00:02:52,700 Now this is pretty much the same, but it takes into account international weekends and holidays. 37 00:02:53,000 --> 00:02:54,840 So the first argument is start date. 38 00:02:54,860 --> 00:02:56,870 So before, that's nice and easy. 39 00:02:57,290 --> 00:02:58,190 Number of days? 40 00:02:58,190 --> 00:03:00,650 Well, that is five comma. 41 00:03:01,250 --> 00:03:03,590 Now the third argument is weekend. 42 00:03:04,130 --> 00:03:11,180 So if you have weekends that start on a different day, so maybe your weekend isn't Saturday and Sunday 43 00:03:11,180 --> 00:03:12,260 in your location? 44 00:03:12,530 --> 00:03:14,750 I know in the Middle East and other places. 45 00:03:14,990 --> 00:03:17,330 Sunday and Monday tend to be the weekend. 46 00:03:17,720 --> 00:03:22,280 You can account for that by selecting different days for your weekend. 47 00:03:22,880 --> 00:03:25,250 So let's just do Sunday Monday for change. 48 00:03:25,670 --> 00:03:29,120 And then if I want to add in holidays, I can do that as well. 49 00:03:29,330 --> 00:03:32,960 So I might want to use these holiday dates again. 50 00:03:33,500 --> 00:03:37,550 Close the bracket and enter, and then I can copy that formula down. 51 00:03:38,010 --> 00:03:42,920 Once again, I'm going to get that little error because I'm not using all of the data, so let's to 52 00:03:42,950 --> 00:03:44,360 ignore error. 53 00:03:44,810 --> 00:03:48,290 So that's the difference between workdays and work days into. 5112

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.