Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

How can I document the history of Open/Closed Items on a separate sheet.

Summary: I have a sheet of data that pulls a report of items that are open. Each row on the master data sheet hold equipment data, then holds a multitude of columns split into (3) stages. (See sheet example below)

image.png


The column that lists the open items for each piece of equipment is set up with the following formula to create an easier to read list of current opens.....

=IF([Column A]@row = "Open Item", "Column A" + CHAR(10), "") + IF([Column B]@row = "Open Item", "Column B" + CHAR(10), "") + IF([Column C]@row = "Open Item", "Column C" + CHAR(10), "") ....etc.

(This report is still a work in progress but will look something like this)

image.png

Problem: I need to keep a clear history of the open items. I'd like that history to look like the report but with come additional columns such as when the item was flagged as open, when it was resolved, and a brief explanation of how it was resolved.

This history can not be on the master data sheet as we want to keep it private.

Not sure but think the best way to do this is add a formula to each of the columns that are applicable to move to a completely new sheet.


Please help. I need to wrap up this project as soon as possible! Thanks!!

Arielle Priday, Project Administrator

Prism Professional Services Group

4340 W. Chandler Blvd | Ste 8 | Chandler, AZ 85226

tel (480) 712-3500 | website | map | email | AZ ROC 327159

Answers

  • Community Champion

    How can I document the history of Open/Closed Items on a separate sheet.

    Hi,

    I hope you're well and safe!

    You could have a log sheet where a workflow would copy the row each time there's a change and then use a report to group them together.

    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.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions