+ Reply to Thread
Results 1 to 3 of 3

Automated Pricing Schedules from set values

  1. #1
    Registered User
    Join Date
    06-01-2015
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    10

    Automated Pricing Schedules from set values

    I have to make 110 manual entries for every type of material we sell.
    Attached is an example of what I am trying to accomplish. Automating even part of this would be a huge help!
    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: Automated Pricing Schedules from set values

    Obtained by direct substitution, put this in B2:

    =IF($A2*B$1>3200,0.98,IF($A2*B$1>1600,1.18,IF($A2*B$1>599,1.25,IF($A2*B$1>290,1.47,1.77))))*$A2*B$1+IF($A2*B$1>1599,1.18,IF($A2*B$1>799,1.3,IF($A2*B$1>248,1.4,IF($A2*B$1>159,1.5,IF($A2*B$1>100,1.7,IF($A2*B$1>50,1.85,IF($A2*B$1>29,2,2.62)))))))*$A2*B$1+$A2*0.75+15

    then copy across and down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-01-2015
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    10

    Thumbs up Re: Automated Pricing Schedules from set values

    That's Awesome!!!!!!!!!
    You made my day!
    Thank You!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. automated price calculation with no. of user dependent pricing
    By dtcher2015 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2015, 11:40 AM
  2. [SOLVED] Trying to compare current pricing and costs with suggested pricing
    By dearnne in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-28-2013, 07:01 PM
  3. Pricing Guide/Chart with variable pricing increases
    By HSDesigns in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-23-2013, 04:49 PM
  4. [SOLVED] Calculate Pricing from Start and End Date with different Pricing Weight for Each month
    By xyang06 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-06-2013, 02:54 AM
  5. [SOLVED] Run 300 values automated through formula and produce 300 results next to original values
    By Raspia in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-24-2012, 05:10 AM
  6. [SOLVED] Automated machine order pricing system system
    By Sherburn Systems in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-19-2012, 10:14 AM
  7. Automated schedules
    By wodo5 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-01-2010, 10:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1