Results 1 to 3 of 3

Thread: [RESOLVED] Subtract from AVERAGE formula

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Resolved [RESOLVED] Subtract from AVERAGE formula

    In my workbook I have a named range called MonthPoints on worksheet 'Rank' which currently refers to all of column D except for the single heading row. That named range is defined as:
    =OFFSET(Rank!$D$6,0,0,COUNTA(Rank!$D:$D)-5,1)

    In range("N2") on the same worksheet I have this formula:
    =AVERAGE(MonthPoints)

    The problem I have is that I'd like the average to permanently ignore the value in D12. Can either one of those formulas be modified to do that?

  2. #2
    Fanatic Member
    Join Date
    Jul 2022
    Location
    Buford, Ga USA
    Posts
    631

    Re: Subtract from AVERAGE formula

    You could have a hidden column that is a copy of D, say col XX where each row has "=D{row number}" except row 12 just has a 0. Then use that for the calculation.

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width