Can anyone help with this I suppose easy formula?
I am trying to return a value for scoring so I can group some data.
I want to return -10 if the Phone field is blank AND the bounce field=1.
I've tried a dozen versions of this based off the example at msdn.
I get either too few, too many or 2nd and 3rd data types do not match.
I can't even find if I'm using the correct format for blank.
=IF(AND([Bounce]=1,[Phone]="",true),"-10","0"
Anyone have any suggestions?
I am trying to return a value for scoring so I can group some data.
I want to return -10 if the Phone field is blank AND the bounce field=1.
I've tried a dozen versions of this based off the example at msdn.
I get either too few, too many or 2nd and 3rd data types do not match.
I can't even find if I'm using the correct format for blank.
=IF(AND([Bounce]=1,[Phone]="",true),"-10","0"
Anyone have any suggestions?