So, I know that this has got to be boneheaded simple, but I cannot get it.
I have a field in a cell that a user will enter a number into. I need to use some code in another field that will tell me what that number means to my org.
If the number is between 1-50, then "String 1"
If the number is between 51-999, then "String 2"
If the number is between 1000-10,000, then "String 3"
If the number is over 10,000, then "String 4"
I need some code that will examine the number and give me the proper string. I have beat my head against the wall trying to craft an IF statement that would do this, but it surpasses me.
Any help is greatly appreciated!![]()
Bookmarks