<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>辰海社区 - Excel公式</title>
    <link>https://vnet.chat/forum-59-1.html</link>
    <description>Latest 20 threads of Excel公式</description>
    <copyright>Copyright(C) 辰海社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 12:36:47 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://vnet.chat/static/image/common/logo_88_31.gif</url>
      <title>辰海社区</title>
      <link>https://vnet.chat/</link>
    </image>
    <item>
      <title>Excel根据8位数字日期计算距离今天的间隔时间差</title>
      <link>https://vnet.chat/thread-100-1-1.html</link>
      <description><![CDATA[需求：excel表有一列为12位的数字工单号（例如：202307250020），前8位为建单日期，现需要计算该工单建单后到今天的天数时间间隔。


废话不多说，直接上公式：

=TODAY()-DATE(LEFT(A14,4),MID(A14,5,2),MID(A14,7,2))

 ...]]></description>
      <category>Excel公式</category>
      <author>admin</author>
      <pubDate>Mon, 14 Aug 2023 09:38:20 +0000</pubDate>
    </item>
  </channel>
</rss>