weekday function

Hi,

 

After using my weekday function, I got the number to display. Now how do I get The actual day of the week to display verses the number of the day of the week?

 

Thank you 

Best Answer

  • @neg177 

     

    Create a list with the days of the week (Sunday, Monday, Tuesday, etc) with the codes of 1, 2, 3, 4, 5.  Create another line item with this formula: Finditem(Days of Week, text(weekday line item)) 

Answers