Hi
I'm having an issue with a nested IF formula. This is the formula i'm trying to use
=IF(BI2=over_600,"0",IF(BI2=450_600,"1",IF(BI2=301_450,"2",IF(BI2=151_300,"3",IF(BI2=51_150,"4",IF(BI2=0_50,"5","0"))))))
There are 7 variables and their corresponding scores(): Blank Cells (0), over_600 (0), 450_600 (1), 301_450 (2), 151_300 (3), 51_150 (4), 0_50 (5).
Currently the column is set to General, if i change it to Number i have the same issue that Excel just gives me the error message - your formula is wrong.
The file is converted from a CSV data collection tool.
Thanks
nick
I'm having an issue with a nested IF formula. This is the formula i'm trying to use
=IF(BI2=over_600,"0",IF(BI2=450_600,"1",IF(BI2=301_450,"2",IF(BI2=151_300,"3",IF(BI2=51_150,"4",IF(BI2=0_50,"5","0"))))))
There are 7 variables and their corresponding scores(): Blank Cells (0), over_600 (0), 450_600 (1), 301_450 (2), 151_300 (3), 51_150 (4), 0_50 (5).
Currently the column is set to General, if i change it to Number i have the same issue that Excel just gives me the error message - your formula is wrong.
The file is converted from a CSV data collection tool.
Thanks
nick