Converting a drop down single select list of dates into a date I can use with Calendar App

I am new to Smartsheets and trying to convert a single select list of dates into a format that can be used by the calendar app.

I need these dates ..

Tuesday, December 29, 2020

Wednesday, December 30, 2020

Thursday, December 31, 2020

Monday, January 4, 2021

to be used to enter events into the calendar app for requests to schedule appointments. I want the choices to be restricted to specific days. Am I going about this wrong way, is there another way to limit dates within the calendar app?

Best Answer

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    Answer ✓

    Hi @SAM SALSMAN ,

    Calendar needs data in a date column. Drop downs are text. You can make it work with a formula but you have to change your drop down dates to a XX/XX/XXXX format. Create a new date column and insert this formula to convert your text to a date. Then use the date column in your calendar:

    =DATE(VALUE(RIGHT([date text]@row, 4)), VALUE(LEFT([date text]@row, 2)), VALUE(MID([date text]@row, 4, 2)))

    Substitute your column name for [date text].

    If you want to have a day in your text date you can but you'll need to adjust the parsing in the formula. Easiest if each day is abbreviate to the same # of characters, e.g. WED, TUR, FRI.

    Help?

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!