+ Reply to Thread
Results 1 to 5 of 5

determine a rate from a range of values based on a weekly fuel price

  1. #1
    Registered User
    Join Date
    07-29-2013
    Location
    houston, TX
    MS-Off Ver
    Excel 2003
    Posts
    3

    determine a rate from a range of values based on a weekly fuel price

    I think this is pretty basic stuff. I need to determine a weekly fuel surcharge based on the price of fuel at a given point each week. Column C in my worksheet has been populated with price increments and Column D has been populated with the corresponding fuel surcharge for that increment. I want to enter the weekly fuel price in Column A, have the formula find the next lowest increment from Column C, and post the corresponding fuel surcharge from the adjacent cell of Column D into Column B adjacent to the cell where I entered the current fuel price.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    05-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    291

    Re: determine a rate from a range of values based on a weekly fuel price

    HI Digoody9,

    you can use below two formulas as suitable

    in case array is fixed to mentioned column

    =VLOOKUP(LOOKUP(A2,$C$2:$C$18),$C$2:$D$18,2,0)

    in case its not fixed try below

    =VLOOKUP(LOOKUP(A2,$C$2:$C18),$C$2:$D18,2,0)

    Thanks
    A

  3. #3
    Registered User
    Join Date
    07-29-2013
    Location
    houston, TX
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: determine a rate from a range of values based on a weekly fuel price

    Thanks so much for speedy reply. That works like a charm! I used the first formula you offered, and it worked. When I have time, I'll educate myself on functions and arrays, but for now I really appreciate the help.

  4. #4
    Forum Contributor
    Join Date
    05-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    291

    Re: determine a rate from a range of values based on a weekly fuel price

    m glad this worked for you pls mark thread as solved

  5. #5
    Registered User
    Join Date
    07-29-2013
    Location
    houston, TX
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: determine a rate from a range of values based on a weekly fuel price

    done ... I'm a new user, this is my first thread so I didn't know to do that. Thanks again!

+ 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] Calculating complex Fuel Cost based on Individual Name, Engine CC, Fuel Type and Date.
    By shadypops in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2013, 01:38 PM
  2. Replies: 2
    Last Post: 04-04-2013, 02:12 PM
  3. Replies: 4
    Last Post: 08-15-2012, 09:49 AM
  4. [SOLVED] Use of Imbedded formulas including VLOOKUP, INDEX and MATCH to determine fuel cost.
    By haloperidal in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-22-2012, 03:19 AM
  5. Determining a price based on a range of values
    By Lipper in forum Excel General
    Replies: 3
    Last Post: 08-26-2008, 12:12 PM

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