How to Count Past Day with Today

Hi,

I would like to calculate Past Day from Today, exclude Saturday, Sunday and Specific Holidays.

Result must be a Number of Days.

Example.

Past Day = February 19 2024

Today= March 22 2024

Results = 24

Thank you.

 

0 1 44
1 REPLY 1

With the limited set of Date functions available in AppSheet, this problem requires iteration over a list of dates. So basically, you'll have a list of dates in a table, then you build an expression to count how many dates into this list fall in your criteria: within two dates and excluding weekends and holidays.

The sample app below employs the same concept. It rather calculates future working dates, not the difference between two working dates, but again it is the same concept and you can tweak it easily for your purpose. 

Target Workday Calculator - Google Cloud Community

Top Labels in this Space