Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些可以定价的物品,而另一些则没有。表“完整价值”(Valor completo)告诉我我应该收取什么费用。我想,不知何故,回复一条消息:“你忘了收集这个项目。” 或“您要求的项目不应该。”
在英文版的 excel 中,你会使用
=iferror(vlookup(...),"You forgot to collect this item")
在巴西,可能类似于
=SEERRO(PROCV(...),"You forgot to collect this item")