Hello everyone. I am trying to create a function that runs smoothly. Currently i am using a bunch If/Then statements to return values (about fifty) . The tricky part is i need to return strings from numbers. For instance if the value is 1 return apple. The issue i am having is the keys are not in sequence. I need to store values like 1,5,48,25. With strings specific to the number. I wanted to store the strings in a collection and call them with a function. But as i said before the values in the cells are not in sequence. Is a collection the right way to go? I will post some example code when i get back to my computer.