Hi,
I'm new in VBA and I'm trying to fill in values from the table on the Sheet 2 (rows) based on the cell value on the Sheet 1 (it's dropdown list) and copy these values to the Sheet 1 as column (the same order). There is a table on the Sheet 2 range B3:H18 and the first column (B3:B18) is used as data for drop down list in the cell I2 on the Sheet 1. I need to copy table data in the row range C:H (Sheet 2) matched to the value from the dropdown list (Sheet 1) to the column range D15:D20 (Sheet 1).
I know I can use VLOOKUP function but the problem is, that the values in the column on the Sheet 1 can be overwritten with custom input. Can anyone help me to solve this problem, please? Any help would be really appreciated!
I'm new in VBA and I'm trying to fill in values from the table on the Sheet 2 (rows) based on the cell value on the Sheet 1 (it's dropdown list) and copy these values to the Sheet 1 as column (the same order). There is a table on the Sheet 2 range B3:H18 and the first column (B3:B18) is used as data for drop down list in the cell I2 on the Sheet 1. I need to copy table data in the row range C:H (Sheet 2) matched to the value from the dropdown list (Sheet 1) to the column range D15:D20 (Sheet 1).
I know I can use VLOOKUP function but the problem is, that the values in the column on the Sheet 1 can be overwritten with custom input. Can anyone help me to solve this problem, please? Any help would be really appreciated!