• what if formula problem (excel 2000)

    Author
    Topic
    #442445

    What is problem with this “IF” formula. What must I do to check a range for a name and then report the results of another cell?

    Thanks for the help

    Viewing 0 reply threads
    Author
    Replies
    • #1065068

      Personally I’d use the VLOOKUP function on this.

      =VLOOKUP(A5,A5:E8,5) entered in G5.

      • #1065233

        Thanks Preston,

        That is a better way to go.
        Appreciate the help

      • #1065430

        Hello Preston,

        I just gave this a try with the Vlookup after I said it seemed like a better way to go. I entered the formula in cell G5 as suggested and got the result from one cell below the desired. Where might this be in error?

        Thanks again for the assist

        • #1065437

          Preston accidentally forgot the last argument. it should be

          =VLOOKUP(A5,A5:E8,5,FALSE)

          FALSE means that you don’t want an approximate match, but an exact one.

    Viewing 0 reply threads
    Reply To: Reply #1065233 in what if formula problem (excel 2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel