+ Reply to Thread
Results 1 to 3 of 3

Divide a Cell by the number of populated cells in a column

  1. #1
    Registered User
    Join Date
    01-16-2014
    Location
    uk
    MS-Off Ver
    Excel 2013
    Posts
    99

    Divide a Cell by the number of populated cells in a column

    Hi

    I have attached a sheet as an example, as i am trying to Divide a cell by the number of populated cells in that column e.g column (A) has a table of 16 but only has 13 populated cells in that column, the sum would be something like this =sum(A18/13. Sometimes the column will have less and at times more populated.

    Hopefully its clear to you

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,703

    Re: Divide a Cell by the number of populated cells in a column

    You can do this in B23:

    =B21/COUNTA(B2:B17)

    But if you change B19 to this:

    =AVERAGE(B2:B17)

    it will give you the same result, as AVERAGE ignores empty cells.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-16-2014
    Location
    uk
    MS-Off Ver
    Excel 2013
    Posts
    99

    Re: Divide a Cell by the number of populated cells in a column

    Perfect

    Thank you

+ 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. [SOLVED] Auto populate cells in one column based if cells in next column are populated
    By diablo86 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-22-2013, 06:29 AM
  2. Replies: 11
    Last Post: 04-11-2013, 10:56 AM
  3. [SOLVED] Calculate maximum number of consecutive populated cells in a column
    By Jimbobby in forum Excel General
    Replies: 9
    Last Post: 11-11-2012, 04:24 PM
  4. Replies: 9
    Last Post: 06-08-2012, 06:22 PM
  5. Counting number of populated cells in a specific column
    By SHS in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-07-2009, 02:37 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