Microsoft Excel:Automatically color alternating rows(columns)
Posted on 2008-11-04 13:21 on the way to... 阅读(172) 评论(0) 收藏 举报想让excel中某个区域出现(行/列)颜色交替的样式,在条件格式中中选择公式,然后输入:=mod(row(),2)或将row()换成column()
|
|||
Microsoft Excel:Automatically color alternating rows(columns)Posted on 2008-11-04 13:21 on the way to... 阅读(172) 评论(0) 收藏 举报想让excel中某个区域出现(行/列)颜色交替的样式,在条件格式中中选择公式,然后输入:=mod(row(),2)或将row()换成column()
|
|||