+ Reply to Thread
Results 1 to 4 of 4

getting a sum of cells in column (E) that have entries with value above zero.

  1. #1
    Registered User
    Join Date
    01-05-2014
    Location
    Homer, Alaska
    MS-Off Ver
    Excel 2011
    Posts
    2

    getting a sum of cells in column (E) that have entries with value above zero.

    I have column E showing elapsed time =($D$5-$C$5)*24. I want two totals from that column. One the total time elapsed and two the number of cells that have an entry as not all of them will. With the time formula, a simple sum function adds all of the columns.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,455

    Re: getting a sum of cells in column (E) that have entries with value above zero.

    Total time =sum(e:e)
    Cells with entry =counta(e:e)

  3. #3
    Registered User
    Join Date
    01-05-2014
    Location
    Homer, Alaska
    MS-Off Ver
    Excel 2011
    Posts
    2

    Re: getting a sum of cells in column (E) that have entries with value above zero.

    Pepe, Thanks, i tried that but it totals all the cells. the empty cells have a 0.00 value.

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,455

    Re: getting a sum of cells in column (E) that have entries with value above zero.

    Then try=sumif(e:e,">0")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 02-01-2013, 03:38 PM
  2. [SOLVED] Copying entries in the empty cells in a column
    By bedik in forum Excel General
    Replies: 2
    Last Post: 01-30-2013, 02:29 PM
  3. Replies: 2
    Last Post: 02-16-2012, 12:53 PM
  4. Remove cells from column 1 from a entries in column 2
    By Tim8w in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-11-2011, 04:03 PM
  5. Removing repeat entries in a long column of data entries
    By kaizhong1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-15-2010, 01:31 PM

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