VBE313
Well-known Member
- Joined
- Mar 22, 2019
- Messages
- 686
- Office Version
- 365
- Platform
- Windows
I have a table of items that are assigned a fixed cost.
Example:
Item) Name) Price
1) Red Ruby Shirt) $35.22
2) Blue Tuxedo) $47.90
On a separate sheet I have a UserForm with a list box that grabs the table from the other sheet. I would like to sometimes override the fixed price aka “mark it up” for certain occasions (ex: Red Ruby Shirt needs extra stitching). But if I were to produce 1000 units of this item, in my ERP system it is set a fixed cost, I need a UDF that helps the ERP team know that I “marked the price up”
Example:
Item) Name) Price) UDF
1) Red Ruby Shirt) $37.32) “$2.10 higher”
2) Blue Tuxedo) $47.90) “No markup”
Example:
Item) Name) Price
1) Red Ruby Shirt) $35.22
2) Blue Tuxedo) $47.90
On a separate sheet I have a UserForm with a list box that grabs the table from the other sheet. I would like to sometimes override the fixed price aka “mark it up” for certain occasions (ex: Red Ruby Shirt needs extra stitching). But if I were to produce 1000 units of this item, in my ERP system it is set a fixed cost, I need a UDF that helps the ERP team know that I “marked the price up”
Example:
Item) Name) Price) UDF
1) Red Ruby Shirt) $37.32) “$2.10 higher”
2) Blue Tuxedo) $47.90) “No markup”
Last edited: