Case Function Equivalent in Excel

前端 未结 12 845
被撕碎了的回忆
被撕碎了的回忆 2020-12-30 18:29

I have an interesting challenge - I need to run a check on the following data in Excel:

|   A  -   B  -   C  -  D   |
|------|------|------|------|
|  36  |          


        
12条回答
  •  借酒劲吻你
    2020-12-30 19:23

    Microsoft replace SWITCH, IFS and IFVALUES with CHOOSE only function.

    =CHOOSE($L$1,"index_1","Index_2","Index_3")
    

提交回复
热议问题