Hello,
I have a simple formula that take Sales Manager and replaces it with another Sales Manager based on a condition for example.
The Column I am applying this formula to is [Sales Group]
If [Soldto#] = "205680" and [PH Group Species] = "Ruminants" Then [SalesGroup#] = "020" and [Sales Group] = "Bill Cotton" Elseif
[Soldto#] = "200000" Then [SalesGroup#] = "015" and [Sales Group] = "Mark Davids" Else [Sales Group] Endif
But in the output i am getting 0 or -1 instead of the replaced name. Anyone know why this is happening? Thanks in advance.