sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,367
- Office Version
-
- 2016
- Platform
-
- Windows
Can someone show me how to use this with VBA;
In this case, the value of 'L3' will actually be the value of ComboBox1 on a userform and I want the result of that formula displayed in Textbox1.
Also, the sheet is sheet1.
Thanks!
=INDEX(A2:A20,MATCH(L3,E2:E20,0))
In this case, the value of 'L3' will actually be the value of ComboBox1 on a userform and I want the result of that formula displayed in Textbox1.
Also, the sheet is sheet1.
Thanks!