Skip to main content
Solved

How do you create a due date to be 4 business days prior to my send date?

  • January 28, 2021
  • 4 replies
  • 46 views

We have to deliver our assets to our agency 4 business prior to a launch so I’m curious to know what kind of formula I put in to create these dates.

Best answer by ScottWorld

Thanks for the quick response. So in my case I did WOKRDAY({Send Date}, -4) but it came back with a message "Sorry, there was a problem creating this field. Unknown function names: WORKDAY


Kamille had a small typo above. Notice the spelling of WORKDAY in your formula.

4 replies

Kamille_Parks11
Forum|alt.badge.img+27

Use WORKDAY()

WORKDAY({Launch date}, -4)


  • Author
  • New Participant
  • January 28, 2021

Use WORKDAY()

WORKDAY({Launch date}, -4)


Thanks for the quick response. So in my case I did WOKRDAY({Send Date}, -4) but it came back with a message "Sorry, there was a problem creating this field. Unknown function names: WORKDAY


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • January 29, 2021

Thanks for the quick response. So in my case I did WOKRDAY({Send Date}, -4) but it came back with a message "Sorry, there was a problem creating this field. Unknown function names: WORKDAY


Kamille had a small typo above. Notice the spelling of WORKDAY in your formula.


  • Author
  • New Participant
  • January 29, 2021

Kamille had a small typo above. Notice the spelling of WORKDAY in your formula.


Well I feel extremely silly for missing that. That resolved it for me. Appreciate everyone’s help.