so..I can create a column "if [alpha]="A" then "Hi" else "Bye"" but what if I want to do a nested ifs like if([alpha]="A","Hi",if([alpha]="B","Hello","Bye")) thank you