Need help calculating number of credits with multiple AND and OR functions

Logic I am trying to achieve is above and the formula that is returning an #UNPARSEABLE error is above, too.

I'll need to repeat this formula for each of the months, so I'll just replace the 1's with 2's or 3's or 4's, etc. depending on the month column.

Thanks!

Tags:

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    Try this:

    IF(AND([Start year]@row = [End Year]@row, {Start Month]@row = 1, [End Month]@row = 1), 1, IF(AND(OR([Start Month]@row = 1, [End Month]@row = 1), [Start Month]@row <> [End Month]@row)), .5, 0))

    10xViz.com

    Come see me at ENGAGE 2023! I have "Happy to help 👍️" buttons!

    If you can't find me roaming the floor, I will most likely be at the 10xViz Partner Booth.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!