Forum Discussion
Jacqueline25
Feb 17, 2023Copper Contributor
formula if in combination with working day
I am struggling with a formula. See photo: In column K I want the date to be one workingday after the last 'shootday' (column H, I or J). So: if there is just a date in column H, then 'workingday...
HansVogelaar
Feb 21, 2023MVP
In kolom G:
=ALS([@[Shootdag 1 + grove selectie vlaggen]]=""; ""; WERKDAG([@[Shootdag 1 + grove selectie vlaggen]]; -2))
In kolom K:
=ALS([@[Shootdag 1 + grove selectie vlaggen]]=""; ""; WERKDAG(MAX(Tabel1214[@[Shootdag 1 + grove selectie vlaggen]:[Shootdag 3]]); 1))
Jacqueline25
Feb 21, 2023Copper Contributor
Ik word steeds blijer! Fijn. Dank