Hi
I am some trouble with a formula. I want to configure a text box to have a specific amount of numbers when another choice field is used. So far I have the below but its not working.
When the Entity choice field is populated I want the account number to have a specific amount of digits
Any help would be much appreciated
|
=IF(OR(AND(Entity="Entity 1",LEN(AccountNumber=14),AND(Entity="Entity 2",LEN(AccountNumber=11),AND(Entity="Entity 3",LEN(AccountNumber=8),AND(Entity="Entity 4",LEN(AccountNumber=8)))))),"Valid","Invalid") |