Skip to main content

Hi Guys, 

 

We want to create a list view for all upcoming appointments tomorrow, but want to exclude weekends. For example, if its Friday, we would want it to populate with Monday's appointments. 

 

I have tried a few formulas but none seem to populate correctly when weekends are involved. 

 

Any suggestions?

3 answers
  1. Mar 28, 11:56 PM

    Hi , 

     

    Sorry, I got the formula wrong

    TODAY() +

    CASE(WEEKDAY( TODAY() ),

    6,3,

    7,2,

    1) = appointment_date__c

Loading
0/9000