Forum Discussion

YYAppleFan's avatar
YYAppleFan
Copper Contributor
Jun 14, 2021

How can I nest functions using equation editor?

I want to use nested IF functions to show the level of the employees. However, I don't know how to edit the NESTED functions in the equation editor.

More accurately, I want to edit nest IF function in the ''Value_if_false" input box. However, I don't want to directly type =if(...),

I hope that Excel will pop up a new equation editor window so I can input the parameter of the nested IF function.

Eagerly waiting for replies.

    • YYAppleFan's avatar
      YYAppleFan
      Copper Contributor

      SergeiBaklan Thanks for your help. Your method is of high efficiency.

      Now I found IFS function is much easier to use than the nested IF functions.

      • SergeiBaklan's avatar
        SergeiBaklan
        MVP

        YYAppleFan 

        In general yes. Two simple rules

        - IFS() stops working on first condition met and ignores the rest;

        - if no one condition met it returns #N/A error, thus it's always better to add TRUE condition at the end to return more informative result, e.g. =IFS(0,5, TRUE, "nothing met")

  • YYAppleFan's avatar
    YYAppleFan
    Copper Contributor

    Device and OS platform: Mac/macOS Big Sur 11.2.3

    Excel product name and version number: 16.49 with a Microsoft 365 subscription