+ Reply to Thread
Results 1 to 2 of 2

find formula that will look up a value in a specific column and .

  1. #1
    ksgirl89
    Guest

    find formula that will look up a value in a specific column and .

    I am looking for a formula that will find a certain text value (open) in a
    column (J) and pull that row (or row #) to a new sheet. Does anyone know if
    there is a way to do that?

  2. #2
    Nick Hodge
    Guest

    Re: find formula that will look up a value in a specific column and .

    Ksgirl

    Providing the data starts in J1 the formula below will return the row
    number. Bear in mind that a formula can only return a value, not move data.
    You may also be looking for a VLOOKUP, it was just the way your question was
    phrased that made me return a row number

    =MATCH("Open",Sheet1!J:J,0)

    --
    HTH
    Nick Hodge
    Microsoft MVP - Excel
    Southampton, England
    [email protected]HIS


    "ksgirl89" <[email protected]> wrote in message
    news:[email protected]...
    >I am looking for a formula that will find a certain text value (open) in a
    > column (J) and pull that row (or row #) to a new sheet. Does anyone know
    > if
    > there is a way to do that?




+ 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