I need to create a formula that based upon three possible factors, will return one of two calculations or a text message.

If cell B="Good", the formula in cell C returns "Text"
If cell B="Better", the formula in cell C returns cell A*.3
If cell B="Best", the formula in cell C returns cell A*.5

Thanks in advance for any tips!