+ Reply to Thread
Results 1 to 16 of 16

crap[ avering a column ignore text using that average in a new running average column.

  1. #1
    Registered User
    Join Date
    10-18-2015
    Location
    columbs, ohio, usa
    MS-Off Ver
    using gunmeric for linux, which is compatable with ms excell
    Posts
    10

    Exclamation crap[ avering a column ignore text using that average in a new running average column.

    you can read you can help. had some good help over the weekend, but I still get a div.0 problem in it. I want the entire range of column c average in D without consideration for any thing else. I want it to change as any values are added. a blood pressure log.
    i could find one but I want to build and learn myself. thanks PA no displays for div/0 stuff or the like la ha

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: crap[ avering a column ignore text using that average in a new running average column

    =average(c1:index(c:c, match(9e307,c:c)))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    10-18-2015
    Location
    columbs, ohio, usa
    MS-Off Ver
    using gunmeric for linux, which is compatable with ms excell
    Posts
    10

    Re: crap[ avering a column ignore text using that average in a new running average column

    56t5hanks t33o all who who trie to help thbnks. I have one volum vut it gives me a div/0 error which screws me I really dont know how to do this and i Want to. take the average of an etire column based on any knew or text or zero basis. getting stuck but part way using averageif

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: crap[ avering a column ignore text using that average in a new running average column

    Can you type a little slower and add some punctuation, capitalization, and white space?

  5. #5
    Registered User
    Join Date
    10-18-2015
    Location
    columbs, ohio, usa
    MS-Off Ver
    using gunmeric for linux, which is compatable with ms excell
    Posts
    10

    Re: crap[ avering a column ignore text using that average in a new running average column

    thanks but lets look at it like your teaching me to do it, I am an idiot.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: crap[ avering a column ignore text using that average in a new running average column

    That formula averages all of the numbers in col C. It that doesn't work, post a workbook.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: crap[ avering a column ignore text using that average in a new running average column

    @ shg, given the OP's version (using gunmeric for linux, which is compatable with ms excell - which I have never heard of), do you think that formula will still work?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: crap[ avering a column ignore text using that average in a new running average column

    I consulted the manual for gnumeric and could find nothing that would indicate that the formula given by shg wouldn't work.

    Can you supply a file in Excel (xlsx or xls if you can't do xlsx) format from Gnumeric so that we can see what is happening. The manual says that you can do this.

    Directions:
    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: crap[ avering a column ignore text using that average in a new running average column

    Ron, I did not meant that if the AVERAGE() function would work, but the wat that shg arrived atthe range...
    =average(c1:index(c:c, match(9e307,c:c)))

    That is far more complex that just a regular =AVERAGE(A1:G10) kind of formula, there may be a compatability issue

  10. #10
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: crap[ avering a column ignore text using that average in a new running average column

    Hi Ford, I scanned the Gnumeric manual for Average, Index and Match functions. The information was "sketchy" but nothing to indicate that they don't work as we are used to them but their language is somewhat different than what I am used to. My "gut feeling" is that the INDEX/MATCH isn't exactly what we are used to, hence the compatibility issue that you mention. Average seems to be straight forward with a defined range as you show.

    The OP should be able to save as an Excel file and that would show what is going on...I think.

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: crap[ avering a column ignore text using that average in a new running average column

    Agreed, although if there is a compat issue, it may not show up when you load teh file into excel itself

    And maybe Average, Index and Match is compat, but mixing them up like c1:index(c:c....

  12. #12
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: crap[ avering a column ignore text using that average in a new running average column

    When a program says that it is compatible, just how compatible is it really?

  13. #13
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: crap[ avering a column ignore text using that average in a new running average column

    maybe that is deteremined on how compatable the compatability testing is

  14. #14
    Registered User
    Join Date
    10-18-2015
    Location
    columbs, ohio, usa
    MS-Off Ver
    using gunmeric for linux, which is compatable with ms excell
    Posts
    10

    Re: crap[ avering a column ignore text using that average in a new running average column

    I think it will...its too late to work on it this evenig. Just a project for my health. Thanks

  15. #15
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: crap[ avering a column ignore text using that average in a new running average column

    There is a "running average" function in that program that might suit you well. It might be worth taking a look at especially if it will take an expanding range like $a$1:a1 that expands as it is filled down the worksheet.

    Good luck with your project.

  16. #16
    Registered User
    Join Date
    10-18-2015
    Location
    columbs, ohio, usa
    MS-Off Ver
    using gunmeric for linux, which is compatable with ms excell
    Posts
    10

    Re: crap[ avering a column ignore text using that average in a new running average column

    Thanks. Very helpfull

+ 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. Search column for string then calc running average
    By newtons003 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-19-2014, 02:51 PM
  2. [SOLVED] Find Average, Return Column Header of Number Closest To Average
    By djmyers in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-07-2013, 04:19 PM
  3. Replies: 14
    Last Post: 06-14-2013, 09:00 PM
  4. Average the last 10 cells of a dynamic column but ignore blank cells & 0
    By mattadler22 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-13-2013, 11:37 PM
  5. Average Column IF Column Header Has Specific Text
    By jgray in forum Excel General
    Replies: 4
    Last Post: 04-26-2012, 01:36 PM
  6. Find Average in entire column, ignore cell if it = 0
    By cooper1308 in forum Excel General
    Replies: 2
    Last Post: 10-26-2009, 07:33 AM
  7. Conditional Running Average Separate Column
    By Halo in forum Excel General
    Replies: 2
    Last Post: 10-14-2008, 09:30 PM

Tags for this Thread

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