Forum Discussion

joshua1990's avatar
joshua1990
Icon for Post Prodigy rankPost Prodigy
4 years ago
Solved

Calculated Column for Date Range

Hello!

I have a simple table that shows me in column [Date] the date for order creation.

Now I would like to add a calculated column that shows me the following information.

If [Date] - TODAY() 

  • <10 Days = "1 Class"
  • >= 10 Days and 20 Days "2 Class"
  • >= 20 and < 100 Days "3 Class".

 

How would you do that? Using a SWITCH or IF?

1 Reply