0% found this document useful (0 votes)
3 views6 pages

9 String Date Manipulation 2

The document provides instructions on how to extract month, date, and weekday from a given date using various functions in a spreadsheet. It includes examples of data entries with corresponding calculations for month, date, and weekday, as well as methods for calculating age and creating sequences of working dates while excluding holidays and weekends. Additionally, it mentions string manipulation functions such as lowercase, uppercase, title case, and length of string.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views6 pages

9 String Date Manipulation 2

The document provides instructions on how to extract month, date, and weekday from a given date using various functions in a spreadsheet. It includes examples of data entries with corresponding calculations for month, date, and weekday, as well as methods for calculating age and creating sequences of working dates while excluding holidays and weekends. Additionally, it mentions string manipulation functions such as lowercase, uppercase, title case, and length of string.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Extract month, date, weekday from date

use
use month use day =text(celladdres,"d
function function ddd")
Date SKU Quantity Month Date Weekday
2023-01-08 100196 28 1 8 Sunday
2023-02-09 100209 10 2 9 Thursday
2023-01-10 100129 18 1 10 Tuesday
2023-01-11 100194 5 1 11 Wednesday
2023-01-12 100149 26 1 12 Thursday
2023-05-13 100135 5 5 13 Saturday
2023-01-14 100233 7 1 14 Saturday
2023-06-15 100175 10 6 15 Thursday
2023-01-16 100163 16 1 16 Monday
2023-01-17 100188 18 1 17 Tuesday
2023-01-18 100053 14 1 18 Wednesday
2023-01-19 100176 3 1 19 Thursday
2023-01-20 100007 4 1 20 Friday
2023-01-21 100160 29 1 21 Saturday
2023-01-22 100236 15 1 22 Sunday
2023-01-23 100144 21 1 23 Monday
2023-01-24 100046 5 1 24 Tuesday
2023-01-25 100181 12 1 25 Wednesday
2023-01-26 100090 26 1 26 Thursday
use weekday function
Weekday Number use today function
4 4/15/2025
2
3
4
6
6
4
1
2
3
4
5
6
7
1
2
3
4
6
Calculate the age with help of today function
DOB Age
5/23/1976
7/17/1983
12/11/1985
7/9/1981
8/3/1990
Create Sequence of dates
excluding holidays and
weekends (use workday
Create sequence of working dates function)

Dates start Date


1/1/2023 1/1/2023

hint: use workday function

observe that 7th and 8th January are not


included
Create Sequence of dates
excluding holidays and
weekends (use workday
function)

Holidays
16/01/23
26/01/23
02/01/23
Quick brown fox jumped the fence

Lowercase
Uppercase
Titlecase use proper function
Length of string
Mid function

You might also like