Hi All
Hoping to get some help from the community on the below formula.
I am attempting to see if the left 2 digits in an account are equal to 43,45 or 46 if so then replace 43,45 and 46 with 44 + the right 6 digits of the same account. If the left two digits are equal to 44 or 11 then just keep the same account.
In Excel it would be something like this =if left(Account),2 = "43" Then Concatenate "44",Right(Account),if left(Account),2 = "45" Then Concatenate "44",Right(Account), if left(Account),2 = "46" Then Concatenate "44",Right(Account), Account
Thank you for your time
Solved! Go to Solution.
Hey @Mike_at_CG, how does this look?
Input:
Output:
This relies on your [Account] field being a string - if it's not, just throw on a Select tool beforehand and make it a string. It'll be more intuitive than filling your expression with multiple type conversion functions.
@DataNath . Thank you for the fast and detailed response. Have a good one!
User | Count |
---|---|
106 | |
82 | |
70 | |
54 | |
40 |