本文介绍了excel比较单元格值函数还是vb脚本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一张excel表,其中有几个名称只有一年的单元格(例如2012),我想要一个excel函数来比较年份单元格(我已将其声明为数字,它不是满的只有年份的日期),如果它低于例如。 2012将结果显示在不同的工作表中或将颜色显示为红色或其他内容。有没有excel功能或需要一个vbscript?



谢谢

Kyriakos

I have an excel sheet wich has several names with a cell with the year only (eg. 2012), I want to have an excel function which will compare the year cell (I have declare it as number, it is not full date only year) and if it is lower than eg. 2012 to display the results in a different sheet or color the rows as red or something. Is there any excel function or needs a vbscript?

Thank you
Kyriakos

推荐答案


这篇关于excel比较单元格值函数还是vb脚本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 21:05