Consulting

Results 1 to 5 of 5

Thread: Solved: vlookup with condition

  1. #1

    Solved: vlookup with condition

    hi all,
    pls. how can i do following with formula?

    I try ty use vlookup to return value from column C, but i need to add one condition (return required value only if is in the same row in column WW value „yes“).

    How can i do this please?
    thank you for your help

  2. #2
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    Can you attach a sample workbook with the desired result?

  3. #3
    Here it is:

  4. #4
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    Put this CSE formula in G3 and drag down.
    =MID(VLOOKUP("Yes"&F3, $B$3:$B$24&$A$3:$C$24, 3, FALSE), 4, 100)+0

    This needs to be entered with Ctrl-Shift-Enter (Cmd+Return for Mac)

  5. #5
    yes, this is it
    thank you very much for your help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •