This would be the logic:
e.g.:
Case
when CONTAINS_TEXT(Country drop down,“us”) then ((Clicks0.0152000)-Cost)
when CONTAINS_TEXT(Country drop down,“uk”) then ((Clicks0.0181500)-Cost)
ELSE ((Clicks0.0121000)-Cost)
END
So far I have been getting an error that dimensions can not be combined with metrics in formulas.
Thanks a million for your help.