+ Reply to Thread
Results 1 to 3 of 3

extracting prices from a table depending on a range

  1. #1
    Registered User
    Join Date
    08-17-2017
    Location
    Sedona
    MS-Off Ver
    15.37
    Posts
    2

    Post extracting prices from a table depending on a range

    I need to extract the price if the #subscribers is within range c-d

    Subscriber change (increase every month) price depends on a number of subscribers

    #subscribers is in row A from columns 1 to 60


    if(#subscribers) is within range C-D then E

    C D E
    low range max range price
    1,001.00 1,500.00 $20.00
    1,501.00 2,000.00 $25.00
    2,001.00 2,500.00 $30.00
    2,501.00 2,600.00 $35.00


    so for example, if the # of subscribers is 1,657 I need the formula to return $25.00
    so for example, if the # of subscribers is 2,407 I need the formula to return $30.00

    =======

    This will also apply to another similar situation where the bandwidth price changes with the amount of traffic
    Last edited by paperless; 08-17-2017 at 04:14 PM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: extracting prices from a table depending on a range

    If the # subscribers is in A1, and the table shown above is in C1:E5, you can use this formula to give you the price:

    =LOOKUP(A1,C2:C5,E2:E5)

    and this formula to multiply the price by the number of subscribers:

    =A1*LOOKUP(A1,C2:C5,E2:E5)

  3. #3
    Registered User
    Join Date
    08-17-2017
    Location
    Sedona
    MS-Off Ver
    15.37
    Posts
    2

    Re: extracting prices from a table depending on a range

    My subscribers are in a row from D8 to AM8

    My table is in A29 to C73

    so for the first value, i did

    =LOOKUP(D$8,$A$29:$A$73,$C$29:$C$73)

    and It WORKED Thanks

+ 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. [SOLVED] Extracting prices from a string of text
    By loll_l in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-08-2016, 11:17 AM
  2. Extracting prices from an ecommerce website
    By Everlingpierre in forum Excel General
    Replies: 1
    Last Post: 06-11-2013, 03:54 AM
  3. Replies: 6
    Last Post: 02-06-2013, 04:27 AM
  4. Multiple prices charged depending on quantity...
    By frankcraig in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-14-2012, 07:28 PM
  5. [SOLVED] Extracting latest prices from a price book with past and present prices
    By benoj2005 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-10-2012, 04:08 AM
  6. Replies: 2
    Last Post: 06-04-2012, 06:53 AM
  7. Extracting earliest and latest prices in excel
    By rsecomak in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-05-2012, 11:22 AM

Tags for this Thread

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