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.

ISBOOLEAN DATE FORMULA RETURNING BLANK

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

  • ✭✭✭✭✭
    Answer ✓

    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!

Trending in Formulas and Functions