jnettipaper
MIS
Trying to get one text column to look at another text column to create the input (trying to eliminate user error).
Looking at Site column. If Site column field is "apples" or "oranges", I want Group column to say "fruit". If Site column field is "celery" or "carrots", I want Group column to say "veggie". What Am I doing wrong?
=If ([Site]="apples","fruit","")
Granted, this would not be the full formula, but I wanted to get something to work even if not the whole thing. This was just to try to temporarily make the Group column say "fruit" if Site column said "apples", blank otherwise. Getting syntax error in SharePoint.
Looking at Site column. If Site column field is "apples" or "oranges", I want Group column to say "fruit". If Site column field is "celery" or "carrots", I want Group column to say "veggie". What Am I doing wrong?
=If ([Site]="apples","fruit","")
Granted, this would not be the full formula, but I wanted to get something to work even if not the whole thing. This was just to try to temporarily make the Group column say "fruit" if Site column said "apples", blank otherwise. Getting syntax error in SharePoint.