Forum Discussion
BeJackier
Nov 02, 2019Copper Contributor
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 f...
- Nov 06, 2019
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")
Detlef_Lewin
Nov 02, 2019Silver Contributor
BeJackier
Nov 03, 2019Copper Contributor
same result
- Detlef_LewinNov 04, 2019Silver Contributor
- BeJackierNov 04, 2019Copper Contributor
- Detlef_LewinNov 04, 2019Silver Contributor
Stripped workbook -> not the complete workbook, just the relevant part and anonymize the data.