How to rewrite excel formulas in a readable manner?

前端 未结 9 2801
萌比男神i
萌比男神i 2021-02-13 02:53

I have an Excel file with formulas in this manner:

=IF(OR(ISERROR(G16),ISERROR(G17)),X16,IF(OR(G16=\"xxx\",G16=\"yyy\",G16=\"zzz\"),Y16,IF(G16=\"333\",\"N\\A\",IF(

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 03:17

    Naming some of the cells you refer to might make the whole thing more readable

提交回复
热议问题