Multiple IF statements
I am trying to get the following to happen, and i am newer to smartsheet so need some help please.
I need that if the checkbox in 'row 2' (and under based the amount of entries) is checked AND the Lessons Complete in the first row is starred, then the lessons complete in row 2 will automatically put a star in it.
Best Answers
-
nevermind, figured it out :)
=IF(AND([Recommendation and Action Plans Complete]2 = 1, [Lessons Complete - Copy to Master]1 = 1), 1, 0)
-
Hi Katie,
I'm glad you sorted it out!
One small recommendation I have is to add an "Absolute Reference" for when you're looking for the star (so the formula will always look in row 1), and updating your row reference for the current row to be @row. This way you can drag-fill the formula and it will stay the same:
=IF(AND([Recommendation and Action Plans Complete]@row = 1, [Lessons Complete - Copy to Master]$1 = 1), 1, 0)
Here's some information on both of these functions: @row function / Absolute References
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
this is what i have but it isnt working
=IF([Recommendation and Action Plans Complete]2=1 AND([Lessons Complete - Copy to Master]1=1),1,0
-
nevermind, figured it out :)
=IF(AND([Recommendation and Action Plans Complete]2 = 1, [Lessons Complete - Copy to Master]1 = 1), 1, 0)
-
Hi Katie,
I'm glad you sorted it out!
One small recommendation I have is to add an "Absolute Reference" for when you're looking for the star (so the formula will always look in row 1), and updating your row reference for the current row to be @row. This way you can drag-fill the formula and it will stay the same:
=IF(AND([Recommendation and Action Plans Complete]@row = 1, [Lessons Complete - Copy to Master]$1 = 1), 1, 0)
Here's some information on both of these functions: @row function / Absolute References
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Perfect! Thankyou, i changed it to that.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!