我正在尝试创建一个分配系统,虽然我在VBA
这次卡住之前已经编程了!
我有五列数据,其中的内容决定了我分配给他们的工作人员。
我需要做的是:
If column E = "a", then put name "xx" in column A (of same row)
If column E = "b", then put name "yy" in column A (of same row)
If column E is blank, then move to next criteria....
If column D is "c" then put name "zz" in column A (of same row)
If column D is "d" then move to next criteria....
If column A is blank then put name "ww" in column A.
提前致谢!!