if(status = "Delined")
then rating = 1
else if(status = "Approved")
then rating = 2
else if(status == "pending")
then rating = 3
=IF([status]="Delined",1,IF([status]="Approved",2,IF([status]="pending",3)))
then rating = 1
else if(status = "Approved")
then rating = 2
else if(status == "pending")
then rating = 3
=IF([status]="Delined",1,IF([status]="Approved",2,IF([status]="pending",3)))
No comments:
Post a Comment