I have a SPO list with 12 calculated columns using the =IF function. 5 of those columns produce the value desired, 7 do not. I've edited those 7 formulas multiple times to only get the same errors. In the picture below, all values in columns Q1 and Q2 are correct, Q3 all incorrect and Q4 and Q5 are partially correct. I've formatted to make it easier to see. Items in red should deliver "1", yellow = "3" and green = "5".
The formula I use for the calculated column (first column example): =IF([How important do you think product safety is in the business?]="Ensuring product is safe is always a top priority Receiving",5,IF([How important do you think product safety is in the business?]="It becomes important when something goes wrong",3,IF([How important do you think product safety is in the business?]="It's not thought about much",1)))
I use the same calculation for each column, but I'm baffled as to why the return is "No" instead of the value in the formula and also mixed returns within the same column. I've tried deleting the column and creating a new one, I've tried copying exactly from the choices used in the column to recreate but I can't find what's causing this issue.
Any help would be appreciated.