Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEATricky. I spend quite some time trying to figure the logic error in my formula until i found out the IsInteger("04252") doesn't return true because of the leading "0". I finally had to use regex_match to determine if the last 5 characters of the string where indeed integers. Seems very counter intuitive.
Dan