Hide Invalid Data Type

How can I show the cells as blank until the data is entered? Currently getting a invalid data type until date is entered. I'm using =NETDAYS([Date of Last Contact]@row, TODAY(0)).



Answers

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

    Hi @Jason Windsor

    I hope you're well and safe!

    You can add an IFERROR function at the start of the formula.

    Did 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 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.

  • Below is a screen shot of my smartsheet. I would like to hide the cells that have #Invalid Data. These go away once the data in the formula has been entered. I tried your suggestion but could not get it to work.

    Here is the formula:

    =DATE(YEAR([Last Oil Change]@row) + ROUNDDOWN((MONTH([Last Oil Change]@row) + Frequency@row) / 12, 0) + IF(IF(MOD(MONTH([Last Oil Change]@row) + Frequency@row, 12) = 0, 12, MOD(MONTH([Last Oil Change]@row) + Frequency@row, 12)) = 12, -1), IF(MOD(MONTH([Last Oil Change]@row) + Frequency@row, 12) = 0, 12, MOD(MONTH([Last Oil Change]@row) + Frequency@row, 12)), DAY([Last Oil Change]@row))