> ## 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.

# 快速标记最新信息

> 使用查找引用字段和公式字段组合，自动标记每位人员在 AI 表格中的最新日报记录，通过 IF 函数对比最后更新时间实现可视化标注。

#### 1 功能

在表格里标记每个人的最新日报记录：

<img src="https://mintcdn.com/dingtalk-8c0f98e2/TruNvZgRYJbb0Amj/zh/aitable/formulas/function-practices/mark-latest/images/image_Qd_UUFWcC-.png?fit=max&auto=format&n=TruNvZgRYJbb0Amj&q=85&s=0f10267fec0f8c17f3444d1e6ff9434c" alt="" width="1640" height="466" data-path="zh/aitable/formulas/function-practices/mark-latest/images/image_Qd_UUFWcC-.png" />

#### 2 如何配置

新建一个最后“更新时间字段”，系统自动标记每个记录的最后一次更新时间

<img src="https://mintcdn.com/dingtalk-8c0f98e2/TruNvZgRYJbb0Amj/zh/aitable/formulas/function-practices/mark-latest/images/image_jxOIlXyjXX.png?fit=max&auto=format&n=TruNvZgRYJbb0Amj&q=85&s=3caa754c1c93de2d4e9443f6d15b3fee" alt="" width="910" height="798" data-path="zh/aitable/formulas/function-practices/mark-latest/images/image_jxOIlXyjXX.png" />

新建一个查找引用字段，根据人员信息找到出最新一条纪录录入的时间

<img src="https://mintcdn.com/dingtalk-8c0f98e2/3_0DHyVwi5BeQO7f/zh/aitable/formulas/function-practices/mark-latest/images/image_OzoUwKTnRe.png?fit=max&auto=format&n=3_0DHyVwi5BeQO7f&q=85&s=4d192cee34a7b67d03797ece97859966" alt="" width="1066" height="1204" data-path="zh/aitable/formulas/function-practices/mark-latest/images/image_OzoUwKTnRe.png" />

新建一个公式函数，可视化标记哪一条是最新的纪录

```javascript theme={"theme":{"light":"github-light","dark":"github-dark"}}
IF([最后更新时间]=[最后一次填写的时间],"✅是最新的填写结果","")
```

<img src="https://mintcdn.com/dingtalk-8c0f98e2/TruNvZgRYJbb0Amj/zh/aitable/formulas/function-practices/mark-latest/images/image_yjpN01NaoX.png?fit=max&auto=format&n=TruNvZgRYJbb0Amj&q=85&s=7432db55fb1fc0417ce835140c01d094" alt="" width="902" height="958" data-path="zh/aitable/formulas/function-practices/mark-latest/images/image_yjpN01NaoX.png" />

#### 3 完整案例样表

[ DingTalk多维表 欢迎来到DingTalk多维表，开启业务数字化的团队协作！ https://docs.dingtalk.io/table/template/909](https://docs.dingtalk.io/table/template/909 " DingTalk多维表 欢迎来到DingTalk多维表，开启业务数字化的团队协作！ https://docs.dingtalk.io/table/template/909")
