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.

My IF statement isn't importing from excel and can't figure out why

I have what I think is a fairly simple nested if statement that isn't importing into Smartsheet, it just shows blank and I can't figure out the issue. The excel formula is: =IF(ISNUMBER(C2),
IF(AND(ISBLANK(X2), ISBLANK(Y2)), TODAY() - C2 + 1,
IF(AND(ISNUMBER(X2), ISBLANK(Y2)), X2 - C2 + 1,
IF(AND(ISNUMBER(X2), ISNUMBER(Y2)), (X2 - C2 + 1) + (TODAY() - Y2 + 1),
"Invalid Data"))))

Why can't I get it to import? (These are dates I'm working with)

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions