Hello All,
I have 2 value that i select using a pull down. The number and the month.
At each row if i select say
no 1 and month May i should lookup the corresponding value.
I have used vlookup to get values from the table for all other columns
but not able to solve the value for the month column because it is based on
2 multiselect option No and Month.
Eg.
[pre]
[/pre]
Next time when i change the month to Mar I should get
Mar
3 prepare
1 inspect
2 test[/code][/pre]
I have tried, match, index , vlookup but the problem is this column cannot be hardcoded. can anyone help.
sorry about the confusion on posting earlier on the forum were i was not supposed to.
thanks
I have 2 value that i select using a pull down. The number and the month.
At each row if i select say
no 1 and month May i should lookup the corresponding value.
I have used vlookup to get values from the table for all other columns
but not able to solve the value for the month column because it is based on
2 multiselect option No and Month.
Eg.
[pre]
Code:
No Jan Feb Mar April
1 test prepare inspect ship
2 ship test test inspect
3 prepare test prepare ship
if the above is my table.
[pre][code]Select a month The month and no are from a drop down list.
No Jan
1 test
3 prepare
2 ship
Next time when i change the month to Mar I should get
Mar
3 prepare
1 inspect
2 test[/code][/pre]
I have tried, match, index , vlookup but the problem is this column cannot be hardcoded. can anyone help.
sorry about the confusion on posting earlier on the forum were i was not supposed to.
thanks