ISBOOLEAN DATE FORMULA RETURNING BLANK

Options

I would like for the Conduit Ship Schedule column to return a date 14 days prior to the Forecast Production Date IF the Conduit on Inventory box IS NOT checked.

So I wrote my formula that if checked, returns blank, if not, returns date. However, all results are blank. What am I missing?

Best Answer

  • bisaacs
    bisaacs ✭✭✭✭✭
    Answer ✓
    Options

    Hey @BettyJo,

    I would change the IF statement to this:

    =IF([Conduit on Inventory]@row = 1, " ", [1. Forecast production date]@row - 14)

    That should work!

    If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!

    I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!