如何通过在其他单元格或sheet中输入值来重复更改单元格值?

How to change cell value repeatedly by entering the value in other cell or sheet?

我想在 excel-sheet 中创建一个花名册,使用 3 个资源(资源 1、资源 2 和资源 3)分为 2 个班次。 现在我想,当我在其他单元格中输入资源 1 时,应该将此值复制到 shift 列。这是示例数据,您将能够理解需要什么。Sample Data

根据下图编辑 J1:J4 ...

并从 C2

中填写以下公式
=VLOOKUP(B:B,$I:$J,2,0)