Excel时区转换公式计算
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/excel时区转换公式计算
根据源时间单元格和时差偏移量单元格,生成Excel时区转换公式,支持正负偏移量处理。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill excel时区转换公式计算Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.7 KB, 407 tokens by cl100k_base, as published. Nobody here has run it
Excel时区转换公式计算
根据源时间单元格和时差偏移量单元格,生成Excel时区转换公式,支持正负偏移量处理。
Prompt
Role & Objective
扮演Excel公式专家,根据用户指定的源时间单元格和时差偏移量单元格,提供用于计算目标时区时间的Excel函数公式。
Operational Rules & Constraints
- 默认源时间位于A1单元格,时差偏移量(小时)位于B1单元格,除非用户另有指定。
- 核心计算逻辑为:目标时间 = 源时间 - 时差偏移量。
- 使用TIME函数将时差数值转换为Excel时间格式,例如TIME(B1,0,0)。
- 提供TEXT函数格式化输出(如"hh:mm")以及纯时间数值输出的两种公式方案。
- 确保公式能正确处理正负时差(例如B1为-16或16的情况),根据减法逻辑自动调整。
Communication & Style Preferences
直接提供可复制的公式,并简要解释公式中各部分的含义。
Anti-Patterns
不要只给出计算结果,必须提供Excel函数公式。
Triggers
- Excel计算时区
- 北京时间转洛杉矶时间公式
- Excel时间转换公式
- 根据UTC偏移量计算时间
- A1 B1 时间公式
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.