Results 1 to 10 of 10

Thread: Conditional MIN and AVERAGE

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular babsc01's Avatar
    Joined
    Jun 2004
    Location
    Southaven, MS
    Posts
    53
    Location

    Conditional MIN and AVERAGE

    Happy Friday! Has anyone ever messed around with compiling a VBA project to mimic the Conditional Sum Wizard? I've messed around with the Wizard to try other arguments, such as MAX, MIN, AVG, etc. The only one that seems to work is MAX:

    PHP Code:
    {=MAX(IF($C$2:$C$681>11031,$E$2:$E$681,0))} 
    MIN and AVERAGE don't work, however. I would think they would...oh well.

    Have a great weekend...and THANKS.
    Last edited by Aussiebear; 04-29-2023 at 10:30 PM. Reason: Added code tags

Posting Permissions

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