Forum Discussion

BeJackier's avatar
BeJackier
Copper Contributor
Nov 02, 2019
Solved

Problem with IFS Formula

Hi,

 

I have written the following formula: =IFS(F118>89,"A",F118>79,"B",F118>69,"C",F118>59,"D",TRUE,"F")

The value for F118 is 92 (that cell has the following formula: =AVERAGE(F55,F116)). The formula ONLY returns the value F. I have tried any number of combinations for cell 118 (including doing away with the formula and just putting in a number) and iterations of the formula. Yet it still returns only an F. I cannot figure out where I am missing it and would appreciate some help.

 

Thanks,

Barry

  • BeJackier 

    The value in F118 is a percentage.

    Your formula has to be amended:

    =IFS(F118>89%,"A",F118>79%,"B",F118>69%,"C",F118>59%,"D",TRUE,"F")

     

16 Replies

Resources