Hello!
I have a spreadsheet that I am using, where if the requests are "New" I want to find out how old they are. So I subtract the create date from todays date. This is what I have:

=IF([@Status]="new", (TODAY())-[@Created], 0)

Now...I want to take it to the next step and exclude weekends and holidays....how can i do this?

Thank you so much!!!!!
Pearl