Results 1 to 5 of 5

Sum different # cells

Threaded View

djones13 Sum different # cells 05-28-2011, 06:51 PM
jeffreybrown Re: Sum different # cells 05-28-2011, 07:01 PM
djones13 Re: Sum different # cells 05-28-2011, 11:41 PM
Haseeb Avarakkan Re: Sum different # cells 05-28-2011, 11:55 PM
Marcol Re: Sum different # cells 05-28-2011, 09:53 PM
  1. #5
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Sum different # cells

    Mabe this will get the ball rolling

    Using two helper columns (A:B), these can be hidden.
    In A4
    =ROW()
    In A5
    =IF(C4="",ROW(),"")
    Drag/Fill Down until the last row of your tables plus two more rows.

    In B4
    =IF(A4="","",IF(MIN(A5:$A$1000)>0,MIN(A5:$A$1000)-2,MIN(A5:$A$1000)))
    Drag/Fill Down as above.

    Then in D4
    =IF(C4="","",COUNTIF(INDIRECT("C"&MAX($A$4:$A4)&":C"&MAX($B$4:$B4)),C4))
    Drag/Fill Down

    Can you get what you need from that?
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

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