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

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
@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

Forum statistics

Threads
1,223,886
Messages
6,175,191
Members
452,616
Latest member
intern444

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