brendalpzm
Board Regular
- Joined
- Oct 3, 2022
- Messages
- 59
- Office Version
- 365
- 2021
- 2019
- 2016
- Platform
- Windows
Hello everyone~
I have a problem with a task that I'm not sure how to do it.
I have an excel file where I make quotations and it brings a total quotation at the end. According to that quotation result I have an ActiveX combo box that should bring a specific range of values, for example:
Sheet1 name : DB
Sheet2 name : Quotation
Quotation total cell: C4
Logic:
If quotation is >= 200 then ComboBox1 brings platinum values
If quotation is >= 500 then ComboBox1 brings gold values
If quotation is >= 800 then ComboBox1 brings diamond values
I'm not sure how to do it, maybe with vba?
I have a problem with a task that I'm not sure how to do it.
I have an excel file where I make quotations and it brings a total quotation at the end. According to that quotation result I have an ActiveX combo box that should bring a specific range of values, for example:
Sheet1 name : DB
Sheet2 name : Quotation
Quotation total cell: C4
Logic:
If quotation is >= 200 then ComboBox1 brings platinum values
If quotation is >= 500 then ComboBox1 brings gold values
If quotation is >= 800 then ComboBox1 brings diamond values
I'm not sure how to do it, maybe with vba?