I'm struggling to get this to work. Basically, I'm trying to create an excel formula that will look at a value e.g. RFC12345678 and return whether the format is valid or not. The conditions are:
- Has to begin with RFC
- Followed by 8 numbers
If it meets those conditions, return "Valid", if not, return "Invalid".