Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在excel中,如何突出显示所有不包含“;,2“;_Excel - Fatal编程技术网

在excel中,如何突出显示所有不包含“;,2“;

在excel中,如何突出显示所有不包含“;,2“;,excel,Excel,我正在验证FormatCurrency函数是否用asp代码正确编写,并将查找结果中的所有内容都放在excel中。我只想强调其中不包含“、2”的部分 对有问题的单元格应用条件格式(格式->条件格式),选择“公式是”,使用=ISERROR(查找(“2”,A1))作为公式,明智地选择您喜欢的颜色。问题属于超级用户我必须按下什么按钮才能自动移动?OP正在寻找逗号,可选空格,然后一个2可能=ISERROR(查找(“2”,替换为(A1,“,”)) **Don't hightlight this:** sty

我正在验证FormatCurrency函数是否用asp代码正确编写,并将查找结果中的所有内容都放在excel中。我只想强调其中不包含“、2”的部分


对有问题的单元格应用条件格式(格式->条件格式),选择“公式是”,使用
=ISERROR(查找(“2”,A1))
作为公式,明智地选择您喜欢的颜色。

问题属于超级用户我必须按下什么按钮才能自动移动?OP正在寻找逗号,可选空格,然后一个2可能
=ISERROR(查找(“2”,替换为(A1,“,”))
**Don't hightlight this:** styResult = FormatCurrency(TotalCostOfOwnership, 2)
**Highlight this:**        strResult = FormatCurrency(TotalRevenueStream, 8, 3)
**Don't hightlight this:** styResult = FormatCurrency(TotalCreditsReceived,2)