Excel Table-09
DOB Today Year Month Days
1/1/2000 45025
a. Finde the total year between DOB & Today (Given Date). =DATEDIF(A3,B3,"Y")
b. Find the Total Month Between DOB & Today (Given Date). =DATEDIF(A3,B3,"M")
b. Find the Total Days Between DOB & Today (Given Date). =DATEDIF(A3,B3,"D")
Excel Table-09
Current Date =TODAY()
Current time =Now()
Datevalue =Datevalue("Date")
Weekday =Weekday(Date,2")
Weeknum =Weeknum(Date,2")
01-07-2024 =TEXT(B16,"dd mmmm yyyy")
a. Write the Function for current Date. =TODAY()
b. Write the function for Current time. =Now()
c. Write the the Function to find Datevale of 01/10/2023 =Datevalue("Date")
d. Write the function to finde weekday of 01/01/2023. =Weekday(Date,2")
e. Write the function to find Week Number of 01/01/2023. =Weeknum(Date,2")
e. Date format to Convert the Given Date Into 01 July 2024. dd-mmmm-yyyy