Hello, I am trying to convert numbers into a full Date but am having a hard time.
data is as follows:
A1 = 5 (workday number of week - Friday)
B1 = 3 (week number of month of April)
C1 = 4 (month of Apr)
D1 = 23 (Current year of 23 and not 2023)
E1 = Result (the result should be "21 Apr 23 Friday" )
But I am getting "20 Apr 23 Friday" as a result with Current formula in E1 "WORKDAY.INTL(DATE(D1,C1,0),B1,REPLACE(1111111,A1,1,0))"
How can I fix this problem?
Thank You for the hepl
OP
data is as follows:
A1 = 5 (workday number of week - Friday)
B1 = 3 (week number of month of April)
C1 = 4 (month of Apr)
D1 = 23 (Current year of 23 and not 2023)
E1 = Result (the result should be "21 Apr 23 Friday" )
But I am getting "20 Apr 23 Friday" as a result with Current formula in E1 "WORKDAY.INTL(DATE(D1,C1,0),B1,REPLACE(1111111,A1,1,0))"
How can I fix this problem?
Thank You for the hepl
OP