autopopulate rows and redraw the charts

Options

I hope there is a way to reduce manual maintenance for us. We have a lot of helper sheets that calculate the numbers based on the intake form people submit into the main master sheet. From those helper sheets, I manually created a lot of dashboards and manually charted the data for each fiscal year.

Is it possible:

  1. To autopopulate the month rows based on the date entered in the form in the master sheet? for now, i added the months and numerical value manually as text and the data is calculated with formulas.
Screenshot 2024-04-24 at 10.23.42 AM.png


  1. To autoredraw each chart on the dashboards when the new month row are added in the helper sheet above to display new months?
Screenshot-2024-04-24-at-10.20.36 AM.jpg


Otherwise, I'd have to update manually each sheet and each chart and i have hundreds of them.

Thank you for your help!

Answers

  • Andrée Starå
    Andrée Starå Community Champion

    Hi @OshaK

    I hope you're well and safe!

    Try something like this. (update the column names)

    =IF(Month@row <> "", IF(MONTH(Month@row) = 1, "01 Jan", IF(MONTH(Month@row) = 2, "02 Feb", IF(MONTH(Month@row) = 3, "03 Mar", IF(MONTH(Month@row) = 4, "04 Apr", IF(MONTH(Month@row) = 5, "05 May", IF(MONTH(Month@row) = 6, "06 Jun", IF(MONTH(Month@row) = 7, "07 Jul", IF(MONTH(Month@row) = 8, "08 Aug", IF(MONTH(Month@row) = 9, "09 Sep", IF(MONTH(Month@row) = 10, " 10 Oct", IF(MONTH(Month@row) = 11, "11 Nov", IF(MONTH(Month@row) = 12, "12 Dec")))))))))))) + ", " + YEAR(Month@row))

    Would that work/help?

    I hope that helps!

    Be safe, and have a fantastic week!

    Best,

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • OshaK
    OshaK ✭✭✭✭✭

    thank you, where would i add it? also, i need to add a reference to the Date of the event column in the reference sheet - where would i add it?

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!