+ Reply to Thread
Results 1 to 3 of 3

Find first value in column 2x current value and return value in column next to it

  1. #1
    Forum Contributor
    Join Date
    02-13-2013
    Location
    Columbia, SC
    MS-Off Ver
    Excel 2010
    Posts
    217

    Find first value in column 2x current value and return value in column next to it

    I have an excel spreadsheet. I have column C which has price values. In column D, I have the date. In column E, I want to return the first time the current price reaches is doubled.

    So for example, if C1 is $1 and the first time column C gets to $2 is C27, then I would want to return the date of E27 to E1. Note that the range lookup has to change. For instance, for C2, we don't want to look at C1 to see if the price is doubled. Basically, we cannot go back in time. Can anyone help with this? I tried using vlookup, but it is not working as I would like. It seems like its missing some values because it isn't exactly 2x.

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Find first value in column 2x current value and return value in column next to it

    IF you are only looking for the first time the price = Doubled, and not the first time the price >= doubled then put this formula in E1
    =VLOOKUP(C1*2,$C2:$D$1000000,2,0)

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find first value in column 2x current value and return value in column next to it

    Try in Cell E2

    =INDEX($D2:$D$100,MATCH(C2*2,$C2:$C$100,0))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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] Find the last empty column in a row, return column header
    By Thierry311 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-13-2019, 08:27 PM
  2. Replies: 8
    Last Post: 03-23-2017, 02:59 PM
  3. Replies: 3
    Last Post: 05-16-2016, 12:43 PM
  4. [SOLVED] Find first non-zero value in a column and return adjacent value in column to the left?
    By hchavous in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-24-2015, 06:11 AM
  5. Find the same number in the column and then return text from another column"
    By SHOOTERTPP in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-02-2014, 11:21 PM
  6. [SOLVED] Find last occurrence of text in a column and return value in next column
    By LindaLu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-06-2014, 09:45 AM
  7. Formula to find all matches in column A and return cells from column C
    By GenericPat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2012, 04:56 PM

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