公式 | 结果 |
---|---|
SWITCH(Customer Type = "I", "Individual", Customer Type = "S", "Shop") |
如果 Customer Type 为“I”,则显示单词“Individual”。如果 Customer Type 为“S”,则显示单词“Shop”。 |
switch函数的使用
最新推荐文章于 2023-12-26 19:54:22 发布
公式 | 结果 |
---|---|
SWITCH(Customer Type = "I", "Individual", Customer Type = "S", "Shop") |
如果 Customer Type 为“I”,则显示单词“Individual”。如果 Customer Type 为“S”,则显示单词“Shop”。 |