I'm trying to put a formula together that is going to look at my server data and then show what is an internal cloud server. Started by using the If function
=if(name="PaaS","Yes","No")
but have found that the "name" field doesn't includes just PaaS, it' also has PaaS Runtime, PaaS Lab etc. but all entires do mention PaaS
What I'm trying to get to is if name=(contains the word PaaS,"Internal Cloud","No")
Thought I could use the IN function but that's not working, or I'm not using it correctly
Anyone got any ideas