My formula is giving me the #INVALID VALUE message and I'm not sure why

Hello! I want to have a column that returns a value of 1 if the date in another column is 6 months or more in the past, and returns 0 if the date is less than 6 months in the past using the following formula:

=IF([Date Accrued]@row <= DATE(YEAR(TODAY()), MONTH(TODAY()) - 6, DAY(TODAY())), 1, 0)

The formula has resulted in #INVALID VALUE and I can't tell why.

Here is a screenshot of my sheet:

image.png
Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!