Excel:从某些条件验证项目

时间:2012-10-09 19:07:37

标签: excel excel-formula verification

我有一些物品需要定价而其他物品则没有价格。表'完整价值'(Valor completo)向我展示了我应该收取的费用。不知何故,我想要回复一条消息:“你忘了收集这个项目。”或者“你要求的物品不应该。”

enter image description here

1 个答案:

答案 0 :(得分:1)

在excel的英文版中,您可以使用

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

在巴西,可能像

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