Hello,
I have a list of variables that correspond to nation abbreviations, like this:
ned = "The Netherlands"
ger = "Germany"
I also have cells with the same values as the variables. What I want to do is to insert a comment in the cell containing the full name of the county.
I've done this with if-statements, like the one below, but there has to be a better way than that. Does anybody have a suggestion how I could do this more efficient than if-statements?
![]()
Please Login or Register to view this content.
Bookmarks