Consulting

Results 1 to 3 of 3

Thread: VLook Up with Multiple criteria

  1. #1

    VLook Up with Multiple criteria

    Hi,

    Please find the attached file,

    I Have a Countif and VLookUp function in summary work sheet cell No "D2"
    i need to cross check the employee no that is A2:A31 with Man! B4:B8,
    if it matches then only it should proceed to the next steps.

    Any Suggestions.

    Thanks,
    Ak
    Attached Files Attached Files

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    Formula is
    IF(VLookup formula = Desired Result[Comma]Formula[Comma]Double quotes ("")

    Desired Result can be a formula
    Formula after first Comma is evaluated if the Expression before the first Comma is true.
    Formula after the second Comma is evaluated if the Expression is false.
    Formula (Double Quotes) = Leave Cell blank.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    Thanks Sam...

Posting Permissions

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