• AVERAGE(IF Formula (Excel 2000)

    • This topic has 4 replies, 3 voices, and was last updated 20 years ago.
    Author
    Topic
    #419455

    Have checked through some previous posts looking for help with this function when dates are involved, but couldn’t seem to get any of them to work for me. In the attached .xls, Cel J6,I would like to have an Avg of Jumbo_ND based upon the RDate and BOM. I did try:

    {=AVERAGE(IF((Tran_Date=BOM),Jumbo_ND)*FDIM))}

    This did not seem to work.

    Thanks for any assistance that you can provide.

    Marie

    Viewing 0 reply threads
    Author
    Replies
    • #947172

      Is this one OK:

      {=AVERAGE(IF((Tran_Date=BOM),Jumbo_ND)*FDIM)}

      • #947201

        Just the average (not including *FDIM) should come to 54, and I am getting 36? Do you think that this has something to do with the blank cells?

        • #947204

          Try:
          =AVERAGE(IF((Tran_Date=BOM)*ISNUMBER(Jumbo_ND),Jumbo_ND)*FDIM)

          This will ignore blanks in Jumbo_ND and not treat them as zeroes.

          Steve

    Viewing 0 reply threads
    Reply To: AVERAGE(IF Formula (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: