Suggested selling price

Hey guys,

I’m working on a project at Bubble.io and need help calculating a suggested selling price based on user input.

I have three entries:

Input 1: Cost price (formatted as currency)
Input 2: Profit Margin Percentage (formatted as a percentage)
Input 3: Suggested selling price (which should be calculated automatically)

However, I’m having trouble doing this.

If anyone has experience with this or can provide step-by-step guidance, I would greatly appreciate it!

Thanks!

You could do some calculations in your application,
Like you can show selling price which is an average of a value or you can show the price which is a percentage + a fixed some so there are many many options you can have,

I can prepare a demo for you if you can provide the formula to calculate the suggested selling price

Suggested Selling Price = Cost Price * (1 + Profit Margin/100)