Auto Generate a Number based on Column not being blank.

Options

Hello,

I am trying to get an auto generated number in Auto Number column. I cannot use auto number given that i have conditions to it. I want my Autonumber column to have a formula where it will create a sequential number based on the Hold Issuance date not being blank. I only want it to autonumber if the hold issuance date has a date in it.

=IF(ISDATE([Hold Issuance Date]@row), COUNTIFS([Hold Issuance Date]1:[Hold Issuance Date]@row, "<>"), "")

I used this formula and it works but i cannot make it a column formula due to the 1 being in it. Is there a formula i can use in the sheet summary that i can reference instead?

Tags:

Answers

  • SoS | Dan Palenchar
    SoS | Dan Palenchar ✭✭✭✭✭✭
    Options

    Hello @tchav,

    I wold suggest solving this by:

    • Making new Sheet with an Auto (Number) column in your desired format.
    • Setting up a Copy Row Automation to copy rows in your existing Sheet to this new Sheet whenever Hold Issuance Date is populated with a Date.
    • Create a lookup formula in your existing Sheet that pulls in the Auto (Number) from your new Sheet (you will need some unique identifier to query against).

    Hope this helps!

    If this helped, help me & the SSC by accepting it and reacting w/💡insightful, ⬆️ Vote Up, and/or ❤️Awesome.

    👨🏼💻 Dan Palenchar | School of Sheets Solutions Consulting | Smartsheet Aligned Gold Partner

    PS - If you have a follow up response use @Dan Palenchar so I get notified of your reply!

    I make YouTube videos answering community questions: see if yours is on the list here!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!