jimmisavage
Board Regular
- Joined
- Jun 28, 2017
- Messages
- 130
Hey everyone.
I have a conversion table and a formula working to give me a conversion rate based on dropdown lists. This formula was always intended to work on a userform but i wanted to test my formula before trying it in the userform.
I have changed the formula to represent what is needed in the userform. The formula outcome would be shown in TextBox50
How do I fully convert this formula to work inside a userform
I have a conversion table and a formula working to give me a conversion rate based on dropdown lists. This formula was always intended to work on a userform but i wanted to test my formula before trying it in the userform.
Code:
=VLOOKUP(Conversions!F19,Conversions!A2:H8,MATCH(Conversions!E19,Conversions!A1:H1,0),0)*Conversions!G20
I have changed the formula to represent what is needed in the userform. The formula outcome would be shown in TextBox50
Code:
=VLOOKUP(ComboBox61,Conversions!A2:H8,MATCH(ComboBox62,Conversions!A1:H1,0),0)*TextBox68
How do I fully convert this formula to work inside a userform
Last edited: