How to I solve an #OVERFLOW and blank formula?
I have a problem with some formulas that I am using, they are:
=MAX(COLLECT([Service End Date]:[Service End Date], [Account Number]:[Account Number], [Account Number]@row)) This one helps me find the most recent bill date for an specific account.
=IF([Most Recent Bill Date]@row = [Service End Date]@row, true, false) This one helps me know if the most recent bill date at row is matches the most recent bill date I have.
=IF([Most Recent Bill Date]@row < (TODAY() - 45), true, false) And this one notifies me if bills are needed.
The problem is that is working for some rows, but in other ones is just blank or it gives me the #OVERFLOW. How can I solve this issues?
Thank you,
Alfredo Arrieche
Answers
-
It looks like there may be some improper data stored somewhere. How is the Account number populated, and how many digits is that number?
-
The thing is that all the information is type manually and the acccount number can have between 7 and 11 digits.
-
Have you tried recreating this in another sheet to see if maybe there is just a glitch on this particular sheet?
-
Looks like it's because of character length. How are we dealing if that's really the length of the "Account number" values. How we'll adjust the formula?
-
I did some editing and it looks like the problem is the account number. It seems that the formulas does not work with account numbers that have a lot of digits, is there any way to fix that?
-
That's why I asked how many digits there are. Character length can't exceed 4,000 characters including spaces when talking about text strings, but the length of numbers is much shorter. Here is some infor regarding this...
For numeric values the range is -9007199254740992 through 9007199254740992. For WORKDAY calculations, maximum number of days is one million.
The only thing I can think of to "fix" the issue would be to adjust your account numbers or to only work with a partial match on the account number.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives