Want to compare values in 3 columns to return a value in 4th column

Trying to sum up all many active projects are over due. Can add up my active projects with formula: =if(and(type@row="project",status@row="in progress),1,0) but now I want to add the criteria of target completion date is late. Tried the following but get the dreaded "unparseable" message...
=if((and("target completion date",(Today())),(type@row="project",status@row="in progress"),1,0)
Best Answer
-
I am not sure I am interpreting your request correctly. Is this what you are trying to accomplish?
=IF(AND(type@row="project", status@row="in progress", [target completion date]@row < TODAY()), 1, 0)
Answers
-
I am not sure I am interpreting your request correctly. Is this what you are trying to accomplish?
=IF(AND(type@row="project", status@row="in progress", [target completion date]@row < TODAY()), 1, 0)
-
Yes, thanks. I don't use formulas in smartsheet much (at all!) and was getting lost with adding a third "look up". Tried that and it gives me the desired result, appreciate the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!