2012-10-09 65 views
0

我有一些项目,将价格和其他人不。表'完整价值'(Valor completo)显示我应该收费或不收费。不知何故,我想要回复一条消息:“你忘了收集这个项目。”或者“你需要一个不应该的东西。”Excel:验证项目从一些条件

enter image description here

回答

1

在英语版本的Excel中,您会使用

=iferror(vlookup(...),"You forgot to collect this item") 
巴西

,大概就像

=SEERRO(PROCV(...),"You forgot to collect this item") 
+0

谢谢@nutsch。 –