+ Reply to Thread
Results 1 to 4 of 4

Need to add set amounts to a price list with different criteria

  1. #1
    Registered User
    Join Date
    10-24-2013
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    1

    Need to add set amounts to a price list with different criteria

    Hi, I need to add different amounts to a column of prices based on a column of zone numbers.
    I don't know if that makes sense but here is an example test.xlsx

    thanks
    Longshot9921

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Need to add set amounts to a price list with different criteria

    Try this in C2 and copy down:
    =B3+VLOOKUP(A3,G$10:H$16,2,FALSE)

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Need to add set amounts to a price list with different criteria

    this would work though it isn't very elegant.
    =IF($G$10=A2,B2+$H$10,IF($G$11=A2,B2+$H$11,IF($G$12=A2,B2+$H$12,IF($G$13=A2,B2+$H$13,IF($G$14=A2,B2+$H$14,IF($G$15=A2,B2+$H$15,B2+$H$16))))))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Need to add set amounts to a price list with different criteria

    This is another way to match up the data and make the calculation.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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. IF Code help for price list. Price groupings cell allocation.
    By hotwoz in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 08-23-2010, 03:48 AM
  2. Question abuot creating a price quote from a long price list
    By glennchung in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-02-2009, 03:49 PM
  3. [SOLVED] how to enter negative amounts in the unit price column of excel
    By Jim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-21-2006, 01:15 PM
  4. base price list compute on to another price list? on excel work sh
    By excel spread sheet in forum Excel General
    Replies: 0
    Last Post: 03-29-2006, 01:25 PM
  5. Replies: 0
    Last Post: 08-25-2005, 03:01 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