Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
D19PAL
Creator II
Creator II

Get the date 5 networkdays from selected date

Hi,

I got a field with dates  for each date selected, u want to know what will be the date after 5 networkdays. 

 

Thanks

 

1 Reply
Taoufiq_Zarra

@D19PAL  you can use script or other

or you can for example use in UI:

=pick(Match(networkdays(DateRef,Date(DateRef+5)),5,4,3,1),
	Date(DateRef+5),
	Date(DateRef+6),
	Date(DateRef+7),
	Date(DateRef+8)
	)

 

output:

Taoufiq_Zarra_0-1641904132252.pngTaoufiq_Zarra_1-1641904153595.pngTaoufiq_Zarra_2-1641904171076.png

 

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉