+ Reply to Thread
Results 1 to 2 of 2

geomean ignoring blank cells and chars

  1. #1
    Stan Altshuller
    Guest

    geomean ignoring blank cells and chars

    Hi!

    How can I make geomean(1+D2:D37) count ONLY the cells with numbers?

    I am trying =GEOMEAN(1+IF(ISNUMBER(D2:D37),D2:D37))^12-1 using array
    formula, its not working
    Thanks!



  2. #2

    Re: geomean ignoring blank cells and chars

    Stan Altshuller wrote...
    >How can I make geomean(1+D2:D37) count ONLY the cells with numbers?
    >
    >I am trying =GEOMEAN(1+IF(ISNUMBER(D2:D37),D2:D37))^12-1 using array
    >formula, its not working


    You've misplaced the IF. Use

    =GEOMEAN(IF(ISNUMBER(D2:D37),1+D2:D37))^12-1

    And don't write 'its not working'. State exactly what happens (it
    returns a wrong numeric result).


+ 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