I have a userform that the user will pick from the combo box list and then enter in a value in a textbox 1. Once the user clicks the OK command button I would like it to search the combo box value in column A on Sheet1 and place the value from textbox 1 in the next available row below in column C on the same sheet.
Column A has values in A7, A21, A35, A49 and so on. There's a value every 14 rows apart all the way down to cell A436.
Example
Combo box value (User picked) = John Doe
Cell A21 has a value of John Doe in sheet1
Textbox 1 value (User entered) = P12
Cell C22 should now be P12
After the OK command button is clicked the combo box and textbox will get cleared and the user can do it again.
Combo box value (User picked) = John Doe
Cell A21 has a value of John Doe in sheet1
Textbox 1 value (User entered) = P45
Cell C23 should now be P45
Thanks in advance
excel 2016
Column A has values in A7, A21, A35, A49 and so on. There's a value every 14 rows apart all the way down to cell A436.
Example
Combo box value (User picked) = John Doe
Cell A21 has a value of John Doe in sheet1
Textbox 1 value (User entered) = P12
Cell C22 should now be P12
After the OK command button is clicked the combo box and textbox will get cleared and the user can do it again.
Combo box value (User picked) = John Doe
Cell A21 has a value of John Doe in sheet1
Textbox 1 value (User entered) = P45
Cell C23 should now be P45
Thanks in advance
excel 2016