Hello,
I'm looking for a formula to calculate network days between 2 dates.
I have 2 columns i.e. Start Date and End Date and need to have the no. of days in a column called Status
Below is the formula which I'm using in excel. How can we have a similar formula in the PowerApp form
=IF($B2="","In Progress",IF(NETWORKDAYS($A2,$B2)<=2,"OK","NOT OK")) - Column B is the End Date and column A is Start Date in excel
When End date is blank, show text as "In Progress" in the Status column and if dates, calculate no. of network days.
Please advise. Thanks!