Formula to calculate sales price

ASBM24

New Member
Joined
Jul 25, 2024
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Hey guys, I'm sure this is an easy formula, but for some reason today I cannot seem to figure it out. I'm trying to come up with either a table or formula that I can have on an Excel spreadsheet which will help me calculate a sales price. Here is my example:

I have some materials which costs me $1600 for 1600 sq ft. I want to mark it up by 130% which would put my base sales price at $2080. If a customer orders more material, I want it to add extra $0.30 per square foot. So for example, I know that if a customer orders 8000 sq ft, it should be 8000-1600 = 6400*$0.30 = $1920 + 2080 = $4000

I'm sure I'm making this too complicated, but any help would be appreciated. I've stared at this for way too long.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
@ASBM24 Welcome
Does this help?
AutoTraining2.xlsm
ABCDEF
1Base Sq FtBase Cost $Base Markup %Additional $/SsFtSupply Sq FtSupply $
216001600130%0.380004000
3
Sheet6
Cell Formulas
RangeFormula
F2F2=((MIN(A2,E2)*B2/A2)*C2)+MAX(0,E2-A2)*D2
 
Upvote 0
Solution
@ASBM24 Welcome
Does this help?
AutoTraining2.xlsm
ABCDEF
1Base Sq FtBase Cost $Base Markup %Additional $/SsFtSupply Sq FtSupply $
216001600130%0.380004000
3
Sheet6
Cell Formulas
RangeFormula
F2F2=((MIN(A2,E2)*B2/A2)*C2)+MAX(0,E2-A2)*D2
@Snakehips, yes thank you! I think this is what I am looking for. Much appreciated!
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top