+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP combination

  1. #1
    Registered User
    Join Date
    07-11-2013
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    58

    VLOOKUP combination

    Hi, having a bit of trouble figuring something out. I have a simple table like the following
    Please Login or Register  to view this content.
    Lets say that is in a sheet called Cost. I then have another sheet called Increase. This sheet has the following structure.
    Please Login or Register  to view this content.
    Now the Year in the Cost sheet is dynamic, I do not really know what the first year will be (not sure if this matters). Whatever the case, the first year in this table will always have a value.

    Here is the part I am stuck on. The second year in the table should be the previous years cost plus the Increase value according to the Increase sheet for that Year. So in the above case, the second year is 2016. Therefor the cost should be
    $2000 + 2.45% = $2049

    The 2.45% comes from the Increase sheet for the Year 2016.

    How can I replicate this in a formula?

    Thanks

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: VLOOKUP combination

    Maybe like this

    in C2 and copy down

    =IFERROR(B$2*(1+VLOOKUP(A2+1,$E$2:$F$7,2,0)),"")

    Row\Col
    A
    B
    C
    D
    E
    F
    1
    Year Cost
    Year
    %
    2
    2015
    2000
    $ 2,049.00
    2012
    1.00%
    3
    2016
    $ 2,055.80
    2013
    1.34%
    4
    2017
    2014
    1.87%
    5
    2015
    2.12%
    6
    2016
    2.45%
    7
    2017
    2.79%
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,669

    Re: VLOOKUP combination

    B3 would be =B2*(100% + VLOOKUP(A3, increase table, 2, FALSE))

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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] Combination of If, VLOOKUP, MAX possible?
    By FromExToCel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-04-2014, 01:34 PM
  2. [SOLVED] Vlookup and If Combination
    By imerial in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-22-2014, 03:45 PM
  3. Vlookup combination
    By Geoff1184 in forum Excel General
    Replies: 1
    Last Post: 09-16-2010, 05:56 PM
  4. And() if() vlookup() combination
    By meyero90 in forum Excel General
    Replies: 6
    Last Post: 05-06-2010, 06:00 PM
  5. Combination of H & Vlookup??
    By giantwolf in forum Excel Formulas & Functions
    Replies: 37
    Last Post: 09-06-2005, 07:05 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