Hi, my first post here. I've tried to find similar posts to what I'm trying to do with no luck. I am working in a product base and am using formulas to create product titles based off of multiple formula fields. We have products with stones and without, and then we have different types (ie. pendants, necklaces, etc.) that depending on their values make up the title. I have created the following formulas fields (which are basically concat formulas) and now need to create another formula to come up with the final title:
GG Title with Stone
GG Title No Stone
GG Title Pendants with Stone
GG Title Pendants No Stone
The logic would be:
If {Division}=GG and {Master Stone}="No Stone" and {Type}="Pendant", then use "GG Title Pendants No Stone"
If {Division}=GG and {Master Stone}!="No Stone" and {Type}="Pendant", then use "GG Title Pendants with Stone"
If {Division}=GG and {Master Stone}="No Stone" and {Type}!="Pendant", then use "GG Title No Stone"
If {Division}=GG and {Master Stone}!="No Stone" and {Type}!="Pendant", then use "GG Title with Stone"
I hope I am explaining this clearly. I just need the formula with multiple conditions to make this happen. I've been able to get formulas to work with just a couple of conditions but this one is really challenging me!
Thanks so much!