If Formular
Dear Expert,
I need help on below formular.
I try to get a column flagged, if this 2 arguments are fullfilled:
Factory column is "Yes" and and status is "Released"
I tried this:=IF(AND([article creation date]@row = "Released", [Dev Factory]@row = "Yes"), 1, 0)
But it shows also a flag if only 1 part is fullfilled.
Where is my mistake?
Thanks a lot for your help!
Christine
Best Answer
-
Hi @Christine Menke
Hope you are fine, i used the following formula and its work.
=IF(AND([article creation date]@row = "Released", [Dev Factory]@row = "Yes"), 1, 0)
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Christine Menke
Hope you are fine, i used the following formula and its work.
=IF(AND([article creation date]@row = "Released", [Dev Factory]@row = "Yes"), 1, 0)
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thanks a lot Bassam.M Khalil
I just found my mistake ( I used the wrong column instead of "article creation status" I marked "article creation date". Now it works :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!