Consulting

Results 1 to 6 of 6

Thread: Using VBA SUMIF with multiple conditions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Mentor
    Joined
    Jan 2008
    Posts
    384
    Location

    Using VBA SUMIF with multiple conditions

    I'm using SUMIF to get the gross for each person and list them separately, but I want to extend it to only Sum the totals over $100.00 on Column B to put into Column F, and to only count the amounts also over $100 for Column H.

    The VBA portion that Sums the total for Column F is :

        Range("F2:F" & Endrow).Formula = "=SUMIF(A:A,E2,B:B)"
    How can I re-write it so that it only Sums & counts the entries on Column B, and to fill in Column I & J ?
    See the Attached .xls sheet
    Attached Files Attached Files

Posting Permissions

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