INVALID VALUE

The column with the invalid value is a column formula. Although there are some rows where arrival and end are blank, there are a few that will give a invalid value. This is the formula

=IF(AND(ARRIVAL@row <= [REF DATE]@row, [END DATE]@row >= [REF DATE]@row), [FINAL ROSE COUNT]@row, "")

I would like to understand.

Best Answer

  • Mary Kam
    Mary Kam ✭✭✭✭
    Answer ✓

    Thank you for your response. Finally I added an additional part to the formula and it worked.

    =IF(ARRIVAL@row = "", "", IF(AND(ARRIVAL@row <= [REF DATE]@row, [END DATE]@row >= [REF DATE]@row), [FINAL ROSE COUNT]@row, ""))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!