I need help with my workflow. I am trying to figure out how to count the number of workdays between two columns with specific. Example: column A date is July 31, 2023, column B is August 25, 2023. How will I be able to get the number of weekdays between the 2 dates?
You can convert both columns into Date&Time columns and then calculate the difference between the two. This will only give you calendar days, though. Workdays are not a well-defined because there can local, regional, or country-wide holidays, for example.
If you are targeting a simpler Monday - Friday calc, then I would start with the “Extract Date&Time Fields” node. You can get the Day of week number, and Year (week based) along with several others. You should be able to use a formula using those 2 fields to calculate the number of week days in a range.
It would be a cool advanced setting addition to the Date&Time Difference node to be able to define which days of the week should be used in a calculation.