I am currently muddled while trying to create a formula within Google Sheets that basically says:
"If the value of cell E10 equals "Levy" then change the value of E11 cell to "Monthly", if E10 equals anything other than "Levy" change the value of E11 to a drop down of menu "Triannual" and "Quarterly"*
This is the formula I have so far which gets the first part done. I'm just stuck with creating the formula to create the drop down of the two other options if E10 = something other than the specified value.
= IF(E10 = "Levy","Monthly","Triannual")
What else would I need to add?
Best Regards.