+ Reply to Thread
Results 1 to 8 of 8

Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same row.

  1. #1
    Registered User
    Join Date
    07-01-2020
    Location
    England
    MS-Off Ver
    LibreOffice Calc / MS Excel 2003
    Posts
    37

    Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same row.

    Hi there,

    I want to seek out the result of Cell Y10 (it contains a formula, but l want to look at the result)

    I want to seek it out in the range C10:C254

    I want to cross reference that entry in C10:C254 with the entry for Column K on the same row.



    I cannot think what the formula would be - any ideas? I have Googled but as ever, l find anything but the simple thing l'm asking for :D

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    May be:
    =LOOKUP(2,1/($C$10:$C$254=$Y10),$K$10:$K$254)
    Quang PT

  3. #3
    Registered User
    Join Date
    07-01-2020
    Location
    England
    MS-Off Ver
    LibreOffice Calc / MS Excel 2003
    Posts
    37

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    Hi there thank you for your help. Please may l have clarification of the formula because the one you submitted gives a div/0 error

  4. #4
    Registered User
    Join Date
    07-01-2020
    Location
    England
    MS-Off Ver
    LibreOffice Calc / MS Excel 2003
    Posts
    37

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    Sorry, never mind, l have made an error anyway

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    Is it a partial match? i.e, "Trump" in range of "Donald Trump", "Barrack Obama"...

    Try:

    =LOOKUP(2,1/ISNUMBER(SEARCH($Y10,$C$10:$C$254)),$K$10:$K$254)

    If it does not work, try to upload a sample worksheet.

  6. #6
    Registered User
    Join Date
    07-01-2020
    Location
    England
    MS-Off Ver
    LibreOffice Calc / MS Excel 2003
    Posts
    37

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    Hi there, when you include the "/" sign, my spreadsheet takes that as a division by zero.

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    If there was no Y10 value found in C10:C254, it return blank:

    =IFERROR(LOOKUP(2,1/ISNUMBER(SEARCH($Y10,$C$10:$C$254)),$K$10:$K$254),"")

  8. #8
    Registered User
    Join Date
    07-01-2020
    Location
    England
    MS-Off Ver
    LibreOffice Calc / MS Excel 2003
    Posts
    37

    Re: Seek Value in Cell Y10, in C10:C254, and thus give resulting value in Column K, same r

    Thank you i think that works better but l realised l made a mistake anyway, the value in Y10 was too big, l only wanted a small part of the string, not the whole string, so l was really asking the wrong question anyway
    Thanks though!

+ 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] Give me a cell value of a column where search value is found
    By petar256 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-19-2018, 09:28 AM
  2. [SOLVED] Ignore blank cell to give give non zero result
    By rehan0129 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-24-2018, 12:04 PM
  3. Replies: 27
    Last Post: 11-27-2016, 11:02 AM
  4. [SOLVED] Compare cell text to column resulting in 0 or -1
    By Jaded724 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-09-2014, 11:08 AM
  5. Give Helper Column a Title Cell
    By Gard5096 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2014, 07:00 PM
  6. [SOLVED] Finding last filled cell in a column and give value
    By Taktiker in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-03-2012, 05:15 AM
  7. [SOLVED] Goal Seek on PMT function give different answer than a mortgage ca
    By headly in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-22-2006, 12:45 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