vijaychennai
Board Regular
- Joined
- Dec 7, 2009
- Messages
- 239
Hello all,
Good day. I have excel in the below format.
In Sheet 2 I have data in the below format. Need to updated the validation field.
Answer :
Need to move the "No" Values in to sheet 3.
Please help me to provide solution in excel VBA.
Regards,
Good day. I have excel in the below format.
Cell Formulas | ||
---|---|---|
Range | Formula | |
A1 | List | |
A2 | CustomerA | |
A3 | CustomerB |
In Sheet 2 I have data in the below format. Need to updated the validation field.
Excel 2013/2016 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Date | Customer | Validation | ||
2 | 3/28/2019 | CustomerA | |||
3 | 3/28/2019 | CustomerB | |||
4 | 3/28/2019 | ||||
5 | 3/28/2019 | Csutomer | |||
6 | 3/28/2019 | CsutomerC | |||
7 | 3/28/2019 | CustomerD | |||
8 | 3/28/2019 | ||||
Sheet2 |
Answer :
Excel 2013/2016 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Date | Customer | Validation | ||
2 | 3/28/2019 | CustomerA | Yes | ||
3 | 3/28/2019 | CustomerB | Yes | ||
4 | 3/28/2019 | Yes | |||
5 | 3/28/2019 | Csutomer | No | ||
6 | 3/28/2019 | CsutomerC | No | ||
7 | 3/28/2019 | CustomerD | No | ||
8 | 3/28/2019 | Yes | |||
Sheet2 |
Need to move the "No" Values in to sheet 3.
Excel 2013/2016 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Date | Customer | Validation | ||
2 | 3/28/2019 | Csutomer | No | ||
3 | 3/28/2019 | CsutomerC | No | ||
4 | 3/28/2019 | CustomerD | No | ||
Sheet3 |
Please help me to provide solution in excel VBA.
Regards,