You need to sign in to do that
Don't have an account?
Need a formula field to check if string contains numeric value
Hi Everyone,
I need a way determine if the accountNumber field contains -1. I got it work when -1 is the only value in the account number field. The formula needs to identify identify wether -1 is present the string (i.e. 11706-1). Not sure what else I need to do here.
I need a way determine if the accountNumber field contains -1. I got it work when -1 is the only value in the account number field. The formula needs to identify identify wether -1 is present the string (i.e. 11706-1). Not sure what else I need to do here.
IF( CONTAINS("-1", Site) , BillingCity , IF( NOT( CONTAINS("-1", Site) ), ShippingCity , IF( CONTAINS("", Site) , ShippingCity , BillingCity) ) )
Is your requirement such that if -1 exists it is BillingCity otherwise ShippingCity?
If yes, try the formula below. Let me know if this helps.
All Answers
Is your requirement such that if -1 exists it is BillingCity otherwise ShippingCity?
If yes, try the formula below. Let me know if this helps.
with
regards
https://plex.software (https://plex.software) https://kodi.software/ https://luckypatcher.pro/