Am a self taught user and don't know VBA or SQL so have come up on a problem using the Switch functionality. It appears that Switch only allows 15 combinations and I have considerably more that I need,to put in.
I've got this ( shortened version) and it's working well... but I can't add the remainder of the combinations:
Risk: Switch([Consequence] = 1 AND [Likelihood] = 1, "Low",
[Consequence] = 1 AND [Likelihood] = 2, "Medium")
Can anyone tell me how I can fix this and please be very clear as I have absolutely no prior knowledge using VBA
thanks in advance![]()