How to move row to new sheet when each sheet has unique autonumber?

We have a sheet that list ideas with each row having a unique autonumber value (Idea No). When the idea reaches a specific point, we want to move the idea to a demand sheet with the newly created demand having its own unique autonumber value (Demand No). Can't find a way to move the idea autonumber value while at the same time having a demand autonumber field in the demand sheet. I setup a new column in the Idea sheet that is a text field that I automatically copy the idea no to, but when I move the Idea to the demand sheet the Idea No autonumber field automatically populates the Demand No auto number in the demand sheet but I need that field to contain its own unique number.

Answers

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭

    Hi @Richard V

    I hope you're well and safe!

    You could use cross-sheet formulas combined with either a VLOOKUP or INDEX/MATCH structure to connect the sheets, and when you update the source sheet, it will reflect on the destination sheet.

    Another option would be to use so-called helper sheets. In short, copy the row to a helper sheet and then use my method described previously to get the values you need to another helper sheet and then copy/move the row from that sheet to the main destination sheet.

    Would that work/help?

    I hope that helps!

    Be safe, and have a fantastic weekend!

    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.

  • sharkasits
    sharkasits ✭✭✭✭✭

    @Richard V did you ever find a solution to this? I'm having the same problem.