+ Reply to Thread
Results 1 to 2 of 2

Count formula

  1. #1
    Forum Contributor
    Join Date
    10-31-2010
    Location
    london
    MS-Off Ver
    Excel 365
    Posts
    152

    Count formula

    1 1 1 2.333333333
    a1 b1 c1 d1 = a1+b1+c1/count(a1,b1,c1)


    hi im try to get the average of cells, for some reason my formula is not working and i cant work out why above is what i put and the result im getting the result im looking for should be 1.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,701

    Re: SIMPLE COUNT FOMULA what am i doing wrong

    Your formula doesn't work because you are dividing just C1 by the count rather than the sum, either change to

    =SUM(A1:C1)/COUNT(A1:C1)

    or just use average function, i.e.

    =AVERAGE(A1:C1)
    Audere est facere

+ 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