All language subtitles for 2. Applying Custom Date Formats

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,840 --> 00:00:09,890 So now we understand how dates and times are stored in Excel. 2 00:00:10,310 --> 00:00:16,220 Let's move on to taking a bit of a closer look at custom formatting, and I'm also going to show you 3 00:00:16,220 --> 00:00:21,440 just a couple of little really useful keyboard shortcuts for quickly applying some common date functions. 4 00:00:22,340 --> 00:00:25,880 So if we start at the top of this spreadsheet, you can. 5 00:00:25,880 --> 00:00:26,900 Still, I have a little table here. 6 00:00:26,900 --> 00:00:29,060 It says date, time, date and time. 7 00:00:29,690 --> 00:00:35,930 Now I'm going to show you a couple of functions here, which are a very quick way of inputting today's 8 00:00:35,930 --> 00:00:38,150 date and today's time. 9 00:00:38,780 --> 00:00:41,030 And I'm going to show you a couple of different methods. 10 00:00:41,360 --> 00:00:44,030 One dynamic and one not. 11 00:00:45,020 --> 00:00:50,900 Now, if you want to put today's date into a cell, there is a formula to help us do that. 12 00:00:51,500 --> 00:00:54,440 And that formula is simply called today. 13 00:00:55,370 --> 00:01:01,190 Now, the today formula doesn't have any arguments, but we do still need to have an open bracket and 14 00:01:01,190 --> 00:01:02,420 a close bracket on the end. 15 00:01:03,260 --> 00:01:07,160 Now, if I answer, it's going to show me today's date. 16 00:01:07,370 --> 00:01:12,530 Now, when you are using this formula, this is a dynamic formula, which means it's going to update 17 00:01:12,530 --> 00:01:14,090 according to your system time. 18 00:01:14,720 --> 00:01:20,990 So if I was to open this worksheet tomorrow, that date is going to have changed to tomorrow's date. 19 00:01:21,230 --> 00:01:26,600 Now, more often than not, that's super useful because it means you're not having to update it every 20 00:01:26,600 --> 00:01:27,230 single day. 21 00:01:27,860 --> 00:01:32,420 But there are occasions where you might want to hard code that day into a cell. 22 00:01:33,050 --> 00:01:39,770 So, for example, in the accounting industry a lot of time there is a need to have a historical day 23 00:01:39,770 --> 00:01:43,970 in the spreadsheet so we can still use the today function for that. 24 00:01:44,300 --> 00:01:48,410 But we need to use the keyboard shortcuts as opposed to typing the function in. 25 00:01:49,280 --> 00:01:55,520 So if I want to hard code into the cell today's date, meaning it's never going to change the keyboard 26 00:01:55,520 --> 00:01:58,790 shortcut is control semicolon. 27 00:01:59,510 --> 00:02:03,020 Now I have similar functions for the time as well. 28 00:02:03,680 --> 00:02:10,640 So if I want to input into a cell the current time which updates automatically depending on the day 29 00:02:10,640 --> 00:02:14,300 and the current time, I would use the function called now. 30 00:02:15,020 --> 00:02:19,850 And again, this is a function that has no argument, so we can simply inputs it, and it's going to 31 00:02:19,850 --> 00:02:21,830 give us the date and the time. 32 00:02:22,160 --> 00:02:28,070 If I want to hard code the time into a spreadsheet so that it doesn't change again, we can use a keyboard 33 00:02:28,070 --> 00:02:31,370 shortcut control shift semicolon. 34 00:02:31,820 --> 00:02:38,210 Now, if I want to do hard code both the date and the time into the spreadsheet, I can just combine 35 00:02:38,210 --> 00:02:39,380 those keyboard shortcuts. 36 00:02:39,950 --> 00:02:47,720 So I would enter the date, first of all, control semicolon space and then the time control shift, 37 00:02:47,960 --> 00:02:50,090 semicolon and enter. 38 00:02:50,420 --> 00:02:56,360 Now what about if I wanted to change the formatting on these dates and times, for example, the date 39 00:02:56,360 --> 00:02:57,710 that we have at the top here? 40 00:02:57,950 --> 00:03:02,960 Currently, I have date formatting selected and I'm using short date format. 41 00:03:03,620 --> 00:03:08,780 Now we've already seen how we could change that to long date format if we wanted to, simply by selecting 42 00:03:08,780 --> 00:03:09,560 that option. 43 00:03:10,790 --> 00:03:16,400 But we do have more options underneath the Custom tab in formatting now. 44 00:03:16,400 --> 00:03:21,800 To get to custom, you can either click the dropdown and go to more number formats at the bottom. 45 00:03:22,220 --> 00:03:28,970 Alternatively, you can click on the little diagonal arrow in the corner and go to the Number tab a 46 00:03:28,970 --> 00:03:29,810 right at the bottom. 47 00:03:29,820 --> 00:03:32,150 Here we have a custom section. 48 00:03:32,840 --> 00:03:40,220 And this is really where you can customize the formatting that's supplied to the cell and you can really 49 00:03:40,220 --> 00:03:41,240 go to town here. 50 00:03:41,960 --> 00:03:44,810 Now it's worth noting that these aren't just for dates and times. 51 00:03:44,810 --> 00:03:49,730 You can customize formatting for pretty much anything that you have in a cell, but there is a little 52 00:03:49,730 --> 00:03:53,900 group down here specifically related to dates and times. 53 00:03:54,650 --> 00:03:57,260 Now, if we click on this first one, you can see the format. 54 00:03:57,260 --> 00:03:59,730 There is month, day and year. 55 00:04:00,410 --> 00:04:05,570 And in the sample just above, it's going to show us how that's going to affect the value that we have 56 00:04:05,570 --> 00:04:06,680 in the selected cell. 57 00:04:07,730 --> 00:04:12,200 If I click on the one below, that's going to change it to a completely different format. 58 00:04:12,200 --> 00:04:15,260 So now we have eight, Jan. 22. 59 00:04:15,470 --> 00:04:20,510 The next one down is just eight Jan, the next one down Jan. 22. 60 00:04:20,660 --> 00:04:24,290 And you'll notice these are kind of set out as little pieces of code. 61 00:04:24,830 --> 00:04:30,440 So the D stands for the day, the M stands for the month and the Y stands for the year. 62 00:04:30,560 --> 00:04:34,790 And how many of these you type in changes the format of this date. 63 00:04:35,030 --> 00:04:42,410 So if I decided I wanted this format where we have the word Jan, which equates to three M's, if I 64 00:04:42,410 --> 00:04:50,840 wanted that say Jan 2022, I don't have a preset option for that, but I could change it up here now 65 00:04:50,840 --> 00:04:55,100 because I just have to wise, it's given me the last two characters of the year. 66 00:04:55,850 --> 00:05:03,410 If I add another y, take a look at what happens just above, I get the full year if I add another one, 67 00:05:03,410 --> 00:05:04,770 if that makes more sense to you. 68 00:05:04,790 --> 00:05:05,060 It's. 69 00:05:05,120 --> 00:05:11,610 In a stay the same thing, so you can completely customize how your formatting looks, let's click on 70 00:05:11,850 --> 00:05:12,420 OK. 71 00:05:12,660 --> 00:05:15,120 I could do the same for the date and the time. 72 00:05:15,360 --> 00:05:18,150 Now I think in this one, I'm just going to add to the time. 73 00:05:18,150 --> 00:05:21,790 So let's just do control shift semicolon. 74 00:05:21,810 --> 00:05:23,520 So we just have the time in here. 75 00:05:24,360 --> 00:05:31,800 Now my time is currently displaying as 11:38 pm, but again, I could jump into custom and I could use 76 00:05:31,800 --> 00:05:33,990 one of these time options down here. 77 00:05:34,590 --> 00:05:38,100 So if I want to display in a 24 hour clock, I have an option for that. 78 00:05:38,460 --> 00:05:40,980 If I want to display the seconds, I can do that. 79 00:05:41,430 --> 00:05:42,780 So on and so forth. 80 00:05:43,590 --> 00:05:50,880 So I think I'm going to display it using the 24 hour clock and click on OK, let's apply some more custom 81 00:05:50,880 --> 00:05:53,520 formats to our invoice tracker table below. 82 00:05:54,270 --> 00:06:00,150 Now I'm going to select all of these dates, and this time I'm going to click the dropdown more number 83 00:06:00,150 --> 00:06:02,130 formats and that's go to custom. 84 00:06:03,120 --> 00:06:11,070 So what about if I want to display this date as zero one zero for 2020? 85 00:06:11,280 --> 00:06:13,770 Well, let me have a quick look through some of these. 86 00:06:14,070 --> 00:06:17,670 I don't think I have one that looks exactly as I want it to look. 87 00:06:18,300 --> 00:06:21,300 So what I'm going to do is I'm going to go up to this type field. 88 00:06:22,350 --> 00:06:24,570 I'm going to add in another and see what that does. 89 00:06:24,690 --> 00:06:25,110 Hmm. 90 00:06:25,140 --> 00:06:26,250 That's exactly right. 91 00:06:26,280 --> 00:06:28,080 Zero one is displaying now. 92 00:06:28,740 --> 00:06:32,310 So if I go to D and add another D, I get the zero four. 93 00:06:32,910 --> 00:06:41,190 And if I just wanted it to say zero one zero for 20, I could delete out two of these y's and click 94 00:06:41,190 --> 00:06:45,420 on OK, and I've completely customize that formatting. 95 00:06:45,660 --> 00:06:49,260 Now, custom formatting can get a lot more complex than what we've done just there. 96 00:06:49,440 --> 00:06:54,960 But in terms of this intermediate course, that's pretty much all we are going to need to know at this 97 00:06:54,960 --> 00:06:55,440 stage. 98 00:06:55,800 --> 00:07:00,840 So jump into custom formatting, have a little play around with some dates and times, and really make 99 00:07:00,840 --> 00:07:08,250 sure you understand how you can modify the formatting so that your values look exactly the way you want 100 00:07:08,250 --> 00:07:08,870 them to look. 10092

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