Jan 19 2023 06:19 PM
Hi, everyone, i am trying to use calculated type column to calculate the date difference.
=NETWORKDAYS(start date, end date, (List of public holiday)).
The public dates are saved in sharepoint list.
Is that possible to extract the data (public date) from other sharepoint list for calculation (networkdays).
Jan 20 2023 01:02 AM
@thomascheung No, this is a known limitation of SharePoint calculated columns.
Calculated column formula can only reference the column values from same list item/row. It cannot access column values (data) from other lists in SharePoint site.
Even if you use lookup columns, those are not supported in calculated column formula.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Jan 20 2023 05:24 AM
Hi @thomascheung,
As @ganeshsanap said: Not with a calculated column...
But you could create a number field "DaysBetween" column and create a PowerAutomate flow that
Best Regards,
Sven