You are on page 1of 2

Session 6

Text Function
Text functions.xlsx

Manipulating dates and time
Today()
Now()
Day()
Month()
Year()
Weekday() weekday(today()) weekday(date())
Datedif()
d - days, m - months, y - years, ym - months excluding years, yd - days excluding
years, md - days excluding years and monthsDays360()
Edate()
Yearfrac()
BASIS DAY COUNT BASIS
0 or omitted US (NASD) 30/360
1 Actual/actual
2 Actual/360
3 Actual/365
4 European 30/360


EOmonth()
Networkdays() fddata.xlsx
Workday()

Use Shipping.xlsx data and find out how many orders were delivered on time
and how many were delayed. What is the duration in which we have fulfilled
each order. What is the average time in which we are delivering our orders.

How many days are passed for every order upto today.

Apply datediff to shipping example also.

You might also like