Formulas
I have a formula that is working in most of the cells. However the number is not showing and the formula is in the cell. I am not sure as to why it is not showing up with a value.
Here is a copy of the formula.
=IF([project name]1 = "", "", IF([PanAm proposal needed by]1 = "", JOIN("it's been ", TODAY() - [quote request by customer]1, " days"), IF([PanAm proposal for customer]1 - [PanAm proposal needed by]1 < 0, JOIN(-([PanAm proposal for customer]1 - [PanAm proposal needed by]1), " days to spare"), JOIN([PanAm proposal for customer]1 - [quote request by customer]1, " days overdue"))))
Need Assistance.
Comments
-
Justin - I just tried this real quick and the formula looks to work. Are your columns set to dates?
Regards - JC
-
Justin - I don't believe you need the joins in this formula. I think you can accomplish the same thing using the following format:
=IF([Project Name]1 = " ", " ",
IF([PanAm proposal needed by]1 = " ", "it's been " & TODAY() - [quote request by customer]1 & " days")....Also I would make sure when referencing a blank cell to add a space between the quotation marks. Hope this helps.
Regards - JC
-
I tried doing this and it was not working and I got the Unparsable again
-
Sorry about that, replace the & with +.
IF([PanAm proposal needed by]1 = " ", "it's been " + TODAY() - [quote request by customer]1 + " days")....
Regards - JC
-
It is still not working.
-
Are your column types for PanAm proposal needed by, quote request by customer, and PanAm proposal for customer set as dates? What error are you getting and does it apply to all rows you are applying this formula to? I've attached a screenshot of the mock sheet I'm using to trouble shoot.
Regards - JC
-
Yes they are set to Date
-
Yes they are labeled that. When I do the formula I am getting they unparsable error and it does apply to all rows.
What is the formula you are using then?
-
Hope the screenshot makes sense.
=IF([Project Name]1 = "", "No Proj Name",
IF([PanAm proposal needed by]1 = " ", "it's been " + TODAY() - [quote request by customer]1 + " days",
IF([PanAm proposal for customer]1 - [PanAm proposal needed by]1 < 0, [PanAm proposal for customer]1 - [PanAm proposal needed by]1 + " days to spare",
[PanAm proposal for customer]1 - [quote request by customer]1 + " days overdue")))Regards - JC
-
Now it works perfectly.
Thank you so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!