Downfill without weekend

treeppm

Board Regular
Joined
Jun 3, 2015
Messages
60
Dear Friends, I tried to make Date without weekend with time, but I could not make correctly. Kindly some one help me.
This is what I expect.
2018_05_17_10h50_34.jpg


This is what I get :(
2018_05_17_10h58_26.jpg



Kind Regards
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
A2=IF(B2-INT(B2)=0,A1+IF(WEEKDAY(A1)>5,3,1),A1)
B2=B1+1.5/24
copy formula down.
 
Last edited:
Upvote 0
Or you can try:

A2=IF(B2,A1,A1+IF(WEEKDAY(A1)>5,3,1))
B2=MOD(B1+1.5/24,1)

copy formula down as needed.
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,219
Members
452,619
Latest member
Shiv1198

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