Formula not returning the correct values
I'm having a bit of a weird issue. I have a helper column that is supposed to return values that are pulled for a metrics sheet. Overall the formula is working, but it's like its not moving past the "Materials Delivered to Vendor" part.
=IF([GM Status]@row = "PO Created", "Written", IF([GM Status]@row = "Delivered to Vendor", "Materials Delivered to Vendor", IF([Shipping Status From Vendor]@row = "Shipped", "Garments Shipped From Vendor", IF(Received@row = 1, "Received", IF([Invoice Status]@row = "paid", "Invoiced")))))
Basically, it doesn't seem to be returning the "Received" or "Invoiced" values and I'm unsure why, as all the other parts of this formula are working fine.
Some extra information: the GM Status column is a drop down, as is Shipping Status From Vendor, the Received column is a checkbox, and Invoice Status is a drop down.
Best Answer
-
The way nested IFs work is reading from left to right and stopping on the first true value. This means that even if Received@row is checked, if the status is "Delivered to Vendor", the formula will never evaluate the checkbox.
If this sounds like it is possibly the issue, you would just want to rearrange the order of your IF statements.
Answers
-
@Galadriel975 is the issue resolved?
If my comment helps you, I appreciate a 💡
Kind regards
Event: Strategies for Successful Adaption
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
https://www.eventbrite.de/e/driving-change-with-smartsheet-strategies-for-successful-adoption-tickets-1047813557557?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurlWe offer Licenses - Training - Solution Engineering
🔴Certified Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
-
The way nested IFs work is reading from left to right and stopping on the first true value. This means that even if Received@row is checked, if the status is "Delivered to Vendor", the formula will never evaluate the checkbox.
If this sounds like it is possibly the issue, you would just want to rearrange the order of your IF statements.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!