Hello!
My goal is to filter through some three/four digit IDs. Any three digit ones need to be ignored. Any that end with a 1,2,3, or 9 need special attention. Those numbers need to drop the last digit.
Sample: 2309 needs to become 230
I have a nested IF statement that isn't working...