Hi,
I have an IF Condition (below) which checks if an Employee Code is in an excel sheet is numeric and if so it proceeds with running through a process. It is all working fine.
However I have now come across a situation where the employee code is Alphanumeric.
Would anyone be able to give me a steer on how I could modify the below to include Alphanumeric? E.g. If Employee Code is Numeric or AlphaNumeric
Current Condition:
IsNumeric(EmployeeCode)
Thanks