When the formula is calculated, it displays the #NAME? However, if you click in the cell and hit return, it displays the result of the formula as expected If you save that excel sheet and then unarchive it, you will find the entry in the corresponding XML file is not IFS, but _xlfnIFS When I altered my code to specify the formula prefaced with 'xlfn', it displayed as expected It depends on your version of Excel IFS is a new function that came out with some versions of Excel 16 10 did not have it, and it sounds like the version of 16 you have doesn't either However, you can try a LOOKUP instead =LOOKUP (E5, {0,,,}, {0,002,004,006})
Ms Excel How To Use The Ifs Function Ws