Help with IF(AND formula
Bwoods113
✭✭✭
I have something wrong in my formula and im not sure what it is. I am trying to have the column say yes or no to the statement. My formula is below and a screenshot of my sheet for reference.
=IF(AND([GPS Tracked]@row=yes, [GPS installed?]@row=no), "yes", "no")
Thank you for your help.
Brandon
Answers
-
Hi @Bwoods113
Any time you're typing text into a formula you'll want to surround it in quotes. Try this:
=IF(AND([GPS Tracked]@row = "Yes", [GPS installed?]@row = "No"), "Yes", "No")
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!