+ Reply to Thread
Results 1 to 3 of 3

Partial Sum

  1. #1
    Registered User
    Join Date
    07-30-2008
    Location
    Brazil
    Posts
    2

    Question Partial Sum

    I need to do a partial sum through a column.. eg:

    http://www.twd.com.br/marco-aurelio-vendas-twd.xls

    Column "E" is where i want to have a "Total sum" for every client.

    =IF((C9*D9)=0;IF((B9)="Total";SUM(E$8:E8);"");C9*D9);

    Whats wrong with my formula? How can i do it?!

    Thanks in advance

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Here's one way

    Use this formula in E9 copied down

    =IF(B9="Total";SUM(E$8:E8)-SUMIF(B$8:B8;"total";E$8:E8)*2;IF(C9*D9;C9*D9;""))

  3. #3
    Registered User
    Join Date
    07-30-2008
    Location
    Brazil
    Posts
    2
    It works like a charm!

    Thankyou daddy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1