Sheet Summary Report Formula - #Unparsable Error
Hi - I created a sheet summary report for 4 project. My Total At Risk column is coming back with the error #UNPARSEABLE even though I used the same formula for that column. Can someone give me some guidance on what I could do to troubleshoot the issue? Here is the Total At Risk column formula that I used for each sheet: =IF(AND([End Date]@row < TODAY(), NOT(Status@row = "Complete")), 1, 0)
Answers
-
Try
=IF(AND([End Date]@row < TODAY(), NOT([Status]@row = "Complete")), 1, 0)
or
=IF(AND([End Date]@row < TODAY(), [Status]@row <> "Complete")), 1, 0)
-
Thanks for the attempt. I should clarify that my formula works and is applied to Sheet Name "Cocoa and Bean Project" which gives me a number. I used the same formula for the other 3 sheets and I get an unparseable error.
-
I agree that your formula works. Check to make sure the field types and names are the same on the other sheets.
-
Hi @Craig Cuva
Can you post the formula you're using for the "Cocoa and Bean Project" sheet?
Since you're using the Sheet Summary field, you won't be able to reference @row in your formula, as that looks "at the current row"… but summary fields do not exist in a row.
Is it possible that you have an [End Date] summary field that you want to reference in your formula instead? If so, you would use the # symbol to link to that cell, and the Status cell:
=IF(AND([End Date]# < TODAY(), NOT(Status# = "Complete")), 1, 0)
Cheers,
GenevieveNeed more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi @Genevieve P. ,
The formula for Cocoa and Bean is the same as the other project sheets. The exact same formula works while the others do not. I am using a sheet summary report, not a sheet summary field.
-
Hi @Craig Cuva
I think we may be using the same term for different features - can you post a screen capture of your formula open in the sheet?
Reports are unable to reference cells in formulas, so the formula itself would be built in the underlying sheet (and then surfaced in the report). It would be helpful to see a screen capture of that sheet! 🙂 But please block out sensitive data.
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!