What is the best way to use Smartsheet to track questions and answers with multiple responses?

Sarahvani
Sarahvani ✭✭
edited 08/21/23 in Smartsheet Basics

I have a client who would like to both ask questions about their work product, and have the responses tracked in Smartsheet. This has typically been done through email exchanges with different coloured writing, but it's getting confusing and difficult to track the conversation (plus someone will reply to the wrong email, and lose half the answers etc. etc.). I presented a method which had three columns per 'round' of questions (i.e. Column one "Question", Column 2 "date asked", Column 3 "asked by", and then Column 4 "Response", Column 5 "Date responded" and Column 6 "Response from", then Column 7 "Follow up question", Column 8 "date asked", by whom and so on. The client hates having to scroll across the sheet.... Are there any other suggestions for how to handle this?

Best Answers

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭
    Answer ✓

    Hi,

    I hope you're well and safe!

    You could add the comments in separate columns and then use the Row Edit view to show it in a waterfall view.

    Also, you could automate the date parts and either hide or combine the answer with the help of so-called helper columns.

    Something like this.

    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.

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    This is a very rough example, but it shows the general idea. You use an Auto-number column (I like to hide it after setting it up). Then you have a manual entry text/number column where you can manually enter a question number based on which question your response is to. Then you have a 3rd column that essentially grabs the appropriate question number either from the auto number column for new questions or the response column for responses.

    Formula for the Q# column that can be used for sorting or grouping in a report:

    =IF([Q# Response Is For]@row <> "", [Q# Response Is For]@row, [Auto Number]@row)


    In the below you will see that I had 3 new questions in a row so the Q# column goes 1, 2, 3. Then I have 3 responses to the first question as noted by the 1 in the middle column. Since I have indicated those are related to Q1, you will see 1 in the Q# column.


    (I usually hide the auto-number column after setting it up)



    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

  • Sarahvani
    Sarahvani ✭✭
    edited 08/25/23 Answer ✓

    Thank you both so much!

Answers