+ Reply to Thread
Results 1 to 3 of 3

Displayed contents of cell in target row if column criteria is met

  1. #1
    Tankrdav
    Guest

    Displayed contents of cell in target row if column criteria is met

    Column A has either a "/" or "X" in it. if it is an "X" i want what is
    contained in Column D for the row with the "X" in in a different cell further
    down the sheet.

  2. #2
    Tankrdav
    Guest

    RE: Displayed contents of cell in target row if column criteria is met

    Thanks ya'all i figured it out
    =VLOOKUP("X",A2:D13,4,FALSE) worked

    and yes it was that simple lol i just thought it would be alittle more
    lengthy

    "Tankrdav" wrote:

    > Column A has either a "/" or "X" in it. if it is an "X" i want what is
    > contained in Column D for the row with the "X" in in a different cell further
    > down the sheet.


  3. #3
    Mangus Pyke
    Guest

    Re: Displayed contents of cell in target row if column criteria is met

    On Sat, 16 Jul 2005 16:18:01 -0700, "Tankrdav"
    <[email protected]> wrote:

    >Thanks ya'all i figured it out
    >=VLOOKUP("X",A2:D13,4,FALSE) worked
    >
    >and yes it was that simple lol i just thought it would be alittle more
    >lengthy
    >
    >"Tankrdav" wrote:
    >
    >> Column A has either a "/" or "X" in it. if it is an "X" i want what is
    >> contained in Column D for the row with the "X" in in a different cell further
    >> down the sheet.


    False forces it to look for an exact match, much like the attribute
    '0' when using the MATCH function.
    --
    "Learning is a behavior that results from consequences."
    B.F. Skinner

+ 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