+ Reply to Thread
Results 1 to 3 of 3

Averaging with a blank cell, needs to show blank calculation

  1. #1
    Registered User
    Join Date
    05-31-2015
    Location
    Tampa, FL
    MS-Off Ver
    2010
    Posts
    5

    Averaging with a blank cell, needs to show blank calculation

    Am having a problem with an average function. Maybe someone can help.
    I have a range of cells, A1, B1, C1 with values in them and one cell, D1 with blank.
    I want to show an average of, well, blank for the D cell calculation. It should look like this:

    23% 33% 44% blank


    23% 26% 34% blank

    I hope I explained it well.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Averaging with a blank cell, needs to show blank calculation

    You better better help on your question if you add a small excel file, without confidential information.

    Please also add manualy the expected result in your file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    05-17-2012
    Location
    Lisbon
    MS-Off Ver
    Excel 2016 for MAC
    Posts
    117

    Thumbs up Re: Averaging with a blank cell, needs to show blank calculation

    Probably you can use the following:

    =IF(COUNT(A1:D1);AVERAGE(A1:D1);"")

    OR


    =IF(COUNT(A1:D1),AVERAGE(A1:D1),"")

    FAUSTO CRUZ
    Fausto Cruz

+ 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. If cell blank OR another cell blank then show blank, if not display value
    By stevop622 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-09-2013, 04:07 AM
  2. show a zero instead of blank if a particular cell is blank
    By jeff dorlaque in forum Excel General
    Replies: 7
    Last Post: 08-22-2012, 01:02 AM
  3. [SOLVED] If one cell contains #, & other cell is blank, show message & require blank be resolved
    By jonvanwyk in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-19-2012, 02:23 PM
  4. Replies: 1
    Last Post: 09-23-2010, 01:24 PM
  5. =IF cell needs to show blank if blank
    By Boethius1 in forum Excel General
    Replies: 5
    Last Post: 03-01-2006, 01:36 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