Convert Numbers to a full Date

ONP Nino

New Member
Joined
Apr 2, 2018
Messages
17
Office Version
  1. 2019
Platform
  1. Windows
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
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
what version of excel are you using? Please update your profile with the version you are using so the version will show up in your profile button?

Can you give more context as to the nature of your dilemma? Maybe there is another way to approach your question.

Thanks.
 
Upvote 0
what version of excel are you using? Please update your profile with the version you are using so the version will show up in your profile button?

Can you give more context as to the nature of your dilemma? Maybe there is another way to approach your question.

Thanks.
Hi, I am using office Excel 2019. I am having a hard time finding the profile to update it.
Thank you
 
Upvote 0
Workday.xlsm
ABCDEF
15342321-Apr-23 Friday21-Apr-2023
2DOWInstanceMonthYear
34
5c
Cell Formulas
RangeFormula
E1E1=WORKDAY.INTL(DATE(20&23,C1,0),3,REPLACE("1111111",A1,1,0))
F1F1=WORKDAY.INTL(DATE(20&23,C1,0),3,"1111011")
 
Upvote 0
Solution
Wow, Thank you very Much Dave for the solution and quick reply. Works super:)
Have a great day
Cheers
OP
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top