Sumanmathew
Board Regular
- Joined
- Jan 25, 2021
- Messages
- 65
- Office Version
- 2021
- 2013
- Platform
- Windows
please help me solve this. I want to find S6 ,T6,U6 etc.
wherever there are non-blank cells in column S, the corresponding values in column O has to be considered.
I want the maximum value to appear in S6.Here in this example 1600 in S6. In T6, the value should be 600.
i have given Data Validation in column O cells, so the values can change.
whenever nonblank cells comes in columns from S to X the max value(from column O) should be displayed in that yellow row.(S6 to X6)
please help me.
wherever there are non-blank cells in column S, the corresponding values in column O has to be considered.
I want the maximum value to appear in S6.Here in this example 1600 in S6. In T6, the value should be 600.
i have given Data Validation in column O cells, so the values can change.
whenever nonblank cells comes in columns from S to X the max value(from column O) should be displayed in that yellow row.(S6 to X6)
please help me.
3ML_SMDB.xlsm | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
N | O | P | Q | R | S | T | U | V | W | X | Y | |||
5 | s1 | s2 | s3 | s4 | s5 | s6 | ||||||||
6 | 1600 | 600 | 400 | |||||||||||
7 | 20A | 1 | ||||||||||||
8 | 600A | 1 | 1 | |||||||||||
9 | 32A | 4 | ||||||||||||
10 | 100A | 4 | 5 | 4 | 2 | 2 | ||||||||
11 | 32A | 1 | 2 | |||||||||||
12 | 63A | 2 | 1 | 3 | 5 | |||||||||
13 | 400A | 2 | 3 | 1 | 4 | 5 | 1 | |||||||
14 | 1600A | 1 | ||||||||||||
15 | ||||||||||||||
3ML_SMDB (2) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
O7:O15 | List | =Data_Val!$A$3:$A$100 |