|
-
Jan 11th, 2024, 05:38 PM
#1
[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?
-
Jan 12th, 2024, 07:47 AM
#2
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.
-
Jan 12th, 2024, 11:53 AM
#3
Re: Subtract from AVERAGE formula
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|