UNPARSEABLE error

I get the UNPARSEABLE error with the following formula:

=SUM(COUNTIF([Data1:Data18], ">="&TEXT(AVERAGE([Data1:Data18]),"0.00"))*(([Data1:Data18]>=AVERAGE([Data1:Data18]))))

What am I doing wrong?

Answers

  • NickStaffordPM
    NickStaffordPM ✭✭✭✭✭

    So there are a couple synthax errors here:

    • You have an extra bracket on the end
    • You are summing the product (*) of a COUNTIF and (([Data1:Data18]>=AVERAGE([Data1:Data18])), I have never used SUM this way so I am not sure if the SUM formula would intrepret this correctly.

    Give these a look and let me know if it doesn't help!

    If you found this comment useful, please let me know by clicking one of the buttons below: Awesome, Insightful, Upvote, or Accepted Answer. Your feedback will assist others looking for the same information and also help me out.

    Thanks!

    Nick Stafford