Formula Error
Answers
-
@Brian_Richardson could you please advise me about this error?
the formula is the following:
=TODAY() - MAX(IF([Last Service Data GMM]@row, ="", 0, [Last Service Data GMM]@row), IF([Last Service Data MMM]@row, ="", 0, [Last Service Data MMM]@row)) I´ve tried all but is still showing the #incorrect argument set. I hope that you can help me.
Thanks
-
@Cesar_Rodriguez your formula column needs to be a Date column, you are taking a date (TODAY) and subtracting a number of days from it, which returns a Date.
It looks like you have probably a text/number column which gives you the error #INVALID COLUMN VALUE. If you put the formula into a date column you'll be fine, I tested it as you typed it and it works just fine:
=TODAY() - MAX(IF([Last Service Data GMM]@row = "", 0, [Last Service Data GMM]@row), IF([Last Service Data MMM]@row = "", 0, [Last Service Data MMM]@row))
-
hello Brian, I´ve tried and didn´t work, actually the error message is #incorrect argument set. You are correct the column is a text column and it does work with the other rows, in the one that doesn´t work is where I have a blank cell in both places, that´s the reason why I´m trying to use IF.
Do you have any other idea? Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!