惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News | PayPal Newsroom
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
H
Hacker News: Front Page
Apple Machine Learning Research
Apple Machine Learning Research
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
Security Latest
Security Latest
Cloudbric
Cloudbric
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Know Your Adversary
Know Your Adversary
A
Arctic Wolf
L
LangChain Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
W
WeLiveSecurity
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
小众软件
小众软件
NISL@THU
NISL@THU
云风的 BLOG
云风的 BLOG
P
Privacy & Cybersecurity Law Blog
S
Security @ Cisco Blogs
博客园 - 【当耐特】
I
InfoQ
Vercel News
Vercel News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
P
Proofpoint News Feed
O
OpenAI News
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
量子位
宝玉的分享
宝玉的分享

博客园 - 小钟

批量修改文件名 邮件合并添加照片 N73 存储空间已满的解决方法 IBM T22故障 诺基亚系列手机型号命名研究 最好的MacOSX美化包——MacXize(支持SP3) Windows XP SP3增强补丁 V1.3 破解uxtheme.dll和TCP/IP连接数的破解 Excel实战技巧之[二级条件级联] kingston DataTraveler2.0 4GU盘量产成功 刀爱 我终于把《新概念英语》三册&四册全背下来了 中专毕业后我的七年(励志篇,年轻人必看) 硬件检测相关工具大全 PDF相关软件大全 Windows通用克隆系统入门基础知识简介 u盘量产详解 徐家骏:我在华为工作十年的感悟 显卡型号后缀详解 注释也精彩
Excel实战技巧之[活用条件格式]
小钟 · 2008-09-18 · via 博客园 - 小钟

一、国际象棋棋盘式底纹

  1. 格式>条件格式;
  2. 选择公式,输入=MOD(ROW()+COLUMN(),2)
  3. 单击格式按钮,设置单元格格式。

该条件格式的公式用于判断行号与列号之和除以2的余数是否为0,如果不为0,说明行数与列数的奇偶性不同,刚填充单元格有颜色,否则就不填充颜色,其实公式也可以写成如此:=MOD(ROW()+COLUMN(),2)<>0,因此要设置双色就可以再添加一个格式,公式为: =MOD(ROW()+COLUMN(),2)=0

二、