+ Reply to Thread
Results 1 to 3 of 3

Nested Function & Offset Cells Help

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Nested Function & Offset Cells Help

    Good afternoon,

    I need assistance with the attached files. Basically, I have the following formula that counts the cells fine, except now I need to count every other cell:

    =IF(COUNTIF(C4:C11,">0"),COUNTIF(C4:C11,">0"),"-")

    Additionally, I have a nested Sum function that I need to also sum every other cell. Currently, I am using:

    =IF(SUM(C4:C11),SUM(C4:C11),"-").

    Thanks a bunch for your assistance. DeannaTest Events.xlsx

  2. #2
    Registered User
    Join Date
    10-02-2012
    Location
    Baku
    MS-Off Ver
    Excel 2010
    Posts
    273

    Re: Nested Function & Offset Cells Help

    hi

    c12> =SUMPRODUCT(($B$4:$B$11<>"Time:")*C4:C11)
    c13> =SUMPRODUCT(($B$4:$B$11="Time:")*C4:C11)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Nested Function & Offset Cells Help

    It worked great! You are awesome. Thanks a bunch for your help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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