I need to create a new column that compares 2 other column values in the same row. If they are the same, the new column would say yes and if not the same, say no. Something like below. if the amount of Pears and Bananas is the same, the column "Same Amount?" would say yes; otherwise no.
Person Apples Bananas Pears Same Amount?
Richard 1 3 5 no
Irene 1 5 4 no
Chloe 5 7 7 yes
Priscialla 8 4 11 no
Evelyn 9 7 7 yes
Robin 5 5 5 yes