Not sure how to properly write this out in a formula.
I’ve got it working with this one formula: IF({QTY Used in Part}=1000,“ :white_check_mark: Good :white_check_mark: ”,“ :red_circle: Incorrect :red_circle: ”)
I’ve tried just using a bunch of I...
ScottWorld:
SWITCH(
{QTY Used in Part},
4,"Good",
550,"Good",
1000,"Good",
"Incorrect"
)
You are my hero! ❤️ Thank you so much! I was getting SO frustrated not understanding.