+ Reply to Thread
Results 1 to 4 of 4

Tracking price history with left column latest price

Hybrid View

  1. #1
    Registered User
    Join Date
    07-14-2012
    Location
    Spokane, WA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Tracking price history with left column latest price

    I just couldn't find anything similar in the search so I thought I would try here. It's fairly straightforward though but I have little experience with formulas so please explain thoroughly. Here is my example:

    A B C D E F G H
    1 10.34 15.27 78.00 64.00


    So what I am trying to do is track prices over time. I input the price each day and what I would like to happen is to have A1 show the latest price which in this case is E1 but will change every day as I enter numbers moving to the right. Being terrible at formulas I was just thinking maybe I could use zeros in the blank spaces F, G, H and so on and then right a formula whereby if the cell has a number and there is a zero in the cell to the right, then post that number in A1.

    Hope you undersand what I am trying to do. Simple but confusing for me. Many thanks in advance.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Tracking price history with left column latest price

    hi Pish, welcome to the forum. you do not have to put zeros. copy this formula & place it in the formula bar:
    =INDEX(B2:H2,1,MAX(COLUMN(B2:H2)*(B2:H2<>""))-1)

    press CTRL + SHIFT + ENTER instead of just ENTER.

    if your range exceeds H, just change all the "H2" in the formula.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    07-14-2012
    Location
    Spokane, WA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Tracking price history with left column latest price

    Thank you very very much for replying to my request. I did try inserting this formula and since you did not reference where to insert it, I just assumed it would be B2. After pasting, I used the CTRL+SHIFT+ENTER and received the following,

    "Microsoft Office Excel cannot calculate a formula. There is a circular reference in an open workbook, but the references that cause it cannot be listed for you. Try editing the last formula you entered or removing it with the Undo command."

    Any suggestions from here?

  4. #4
    Registered User
    Join Date
    07-14-2012
    Location
    Spokane, WA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Tracking price history with left column latest price

    Anyone else?

+ Reply to Thread

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