Help
William_Coron
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 12, 2018
‎Nov 29, 2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 13 Kudos received

User Activity

I am trying to convert between WEEKDAY(TODAY() and the word version for the day of the week. I would imagine it is a common need. This works just fine. IF(WEEKDAY(TODAY())=1,“Monday”, “”) Why might this not work? IF(WEEKDAY(TODAY()) = 1,”Monday”, IF(...
I was trying to make a form that was sort of an order form and my formula field with the total cost of the items wasn’t on my form. I had no way to add it. I tried on a form for another table that was similar and it didn’t work there either. Is this ...