> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 环比增长率计算

> 通过配置月份辅助字段和前期订单数据的查找引用，利用公式计算订单的环比增长率

【场景】计算订单的环比增长

【数据源】\[月份]字段：1-12  \[订单量]字段

【步骤】

1.配置\[环比增长率\_辅助字段] 公式为\[月份]-1

<img src="https://mintcdn.com/dingtalk-8c0f98e2/b7BGrWpz3gF8nNyZ/zh/aitable/formulas/function-practices/mom-growth-rate/images/grove-raven.png?fit=max&auto=format&n=b7BGrWpz3gF8nNyZ&q=85&s=14da72ab71ddd601d575b5ee2da1a6b9" alt="" width="2728" height="1768" data-path="zh/aitable/formulas/function-practices/mom-growth-rate/images/grove-raven.png" />

2.利用查找引用配置\[订单量\_滞后] 引用\[订单量]；查找条件设置为\[月份]=\[环比增长率\_辅助字段]；计算方式为原值

<img src="https://mintcdn.com/dingtalk-8c0f98e2/b7BGrWpz3gF8nNyZ/zh/aitable/formulas/function-practices/mom-growth-rate/images/pebble-brook.png?fit=max&auto=format&n=b7BGrWpz3gF8nNyZ&q=85&s=172f21fa2576db24ea736d15f3929b5e" alt="" width="2728" height="1768" data-path="zh/aitable/formulas/function-practices/mom-growth-rate/images/pebble-brook.png" />

3.计算环比增长率，公式为IFERROR((\[订单量]-\[订单量\_滞后])/\[订单量\_滞后],"")

<img src="https://mintcdn.com/dingtalk-8c0f98e2/b7BGrWpz3gF8nNyZ/zh/aitable/formulas/function-practices/mom-growth-rate/images/harbor-quartz.png?fit=max&auto=format&n=b7BGrWpz3gF8nNyZ&q=85&s=861598214236c285d768d94ff68c0c4d" alt="" width="2728" height="1768" data-path="zh/aitable/formulas/function-practices/mom-growth-rate/images/harbor-quartz.png" />
