Results 1 to 17 of 17

Changing LOOKUP table prices changes previous sales too!

Threaded View

  1. #9
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Changing LOOKUP table prices changes previous sales too!

    - You would set up a Table to indicate the correct price for a given day
    - What you do is setup a lookup formula probably VLOOKUP
    - Using the DATE, Excel would look up the correct PRICE.

    If you need any more help, you may want to load sample file so I could help

    ---------- Post added at 01:22 PM ---------- Previous post was at 11:05 AM ----------

    The formula would like this:

    =Vlookup(A1,Price_Array, 2, False)

    where: A1= lookup_date {change accordingly}

    Price_Array = Array of Dates and Prices {I would define a named range}

    2 = col_index, {In this case, values are the 2nd column}

    False = {Dates and prices do not have to be in order}
    Last edited by K m; 08-02-2012 at 01:24 PM.

Thread Information

Users Browsing this Thread

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

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