Hello All,
Good Day !!!!
I have excel file in the below format.
I want to updated "L2" Data.
Criteria :
If "V1" IS blank i want to update "L2".
Based on "HT" i want to updated "L2"
Example :
If "HT" is "10" then i want to go to "Item" and find the "10" and updated "L2"
Answer :
Good Day !!!!
I have excel file in the below format.
Excel Workbook | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | sd | me | eq | sn | Item | ht | V1 | L2 | ||
2 | 12345 | M1 | * | * | 10 | 0 | M1 | * | ||
3 | 12345 | M2 | * | * | 20 | 10 | M2 | * | ||
4 | 12345 | ag1 | E1 | s1 | 190 | 10 | * | * | ||
5 | 12345 | ag2 | E2 | s2 | 200 | 10 | * | * | ||
6 | 12345 | ag3 | E3 | s3 | 210 | 20 | * | * | ||
7 | 12345 | ag4 | E4 | s4 | 220 | 10 | * | * | ||
8 | 12345 | ag5 | E5 | s5 | 230 | 10 | * | * | ||
9 | 12345 | ag6 | E6 | s6 | 240 | 10 | * | * | ||
10 | 12345 | ag7 | E7 | s7 | 250 | 10 | * | * | ||
Sheet1 |
I want to updated "L2" Data.
Criteria :
If "V1" IS blank i want to update "L2".
Based on "HT" i want to updated "L2"
Example :
If "HT" is "10" then i want to go to "Item" and find the "10" and updated "L2"
Answer :
Excel Workbook | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | sd | me | eq | sn | Item | ht | V1 | L2 | ||
2 | 12345 | M1 | * | * | 10 | 0 | M1 | * | ||
3 | 12345 | M2 | * | * | 20 | 10 | M2 | * | ||
4 | 12345 | ag1 | E1 | s1 | 190 | 10 | * | M1 | ||
5 | 12345 | ag2 | E2 | s2 | 200 | 10 | * | M1 | ||
6 | 12345 | ag3 | E3 | s3 | 210 | 20 | * | M2 | ||
7 | 12345 | ag4 | E4 | s4 | 220 | 10 | * | M1 | ||
8 | 12345 | ag5 | E5 | s5 | 230 | 10 | * | M1 | ||
9 | 12345 | ag6 | E6 | s6 | 240 | 10 | * | M1 | ||
10 | 12345 | ag7 | E7 | s7 | 250 | 10 | * | M1 | ||
Sheet1 |
Last edited: