IF FORMULA
Hi!
I am trying to apply the IF formula by checking if some columns match in another sheet, then checking the box. However, I am not sure which other option to apply.
=IF(AND([Engagement Lead]@row = {Engagement Leader}, (Project@row = {Project}, ([Project ID]@row = {Project ID}, (Worker@row = {Worker}, ([Worker End Date]@row = {End Date}))))), 1)
Maybe it is too easy, but I can´t find the correct way to apply this formula… lol
Thank you!
Marcela
Answers
-
Try an IF/COUNTIFS instead.
=IF(COUNTIFS(…………….) > 0, 1)
Inside the COUNTIFS would be the range/criteria sets that you need following the appropriate syntax for a COUNTIFS.
.
-
Thank you, Paul! I will try.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!