With({nums: Sum(ForAll(Split(txtMedicareNumber.Text, ""), If(IsNumeric(Result), 1, 0)), Value), chars: Sum(ForAll(Split(txtMedicareNumber.Text, ""), If(!IsNumeric(Result), 1, 0)), Value)}, If(nums >= 1 && chars <=10, "Valid", "Invalid" ) & " Format" )
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156