Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I began to think we wouldn't get there. Glad I could help.
"wannabe68" wrote: Got it Mike. Thanks for all your help. "Mike H" wrote: Hi, The #NAME error means Excel didn't recognise something in the formula. Don't retype the formula copy it and paste it. here#s the formula again =AVERAGE(INDEX(A1:A1000,LARGE(ROW(A1:A1000)*(A1:A1 000<""),7)):A1000) Mike "wannabe68" wrote: Mike Think I am getting close. Went to an empty cell, and I get the error message #NAME? There is nothing else in that column. Where did I go wrong? "Mike H" wrote: Hi, It can go anywhere on the same sheet as you data except in the same column as your data. Copy the formula from this post then click into the formula bar and tap CTRL+V to paste it in then careafully read the instructions below for entering an array formula and with the cursor still in the formula bar follow those instructions. 'This is an array formula which must be entered with CTRL+Shift+Enter and NOT 'just enter. If you do it correctly then Excel will put curly brackets around 'the formula{}. You can't type these yourself. If you Edit the ranges 'then you must re-enter as An array Mike "wannabe68" wrote: Sorry Mike. I have "semi" learned Excel through trial and error. Can I copy and paste your formula on the "fx" line? if so, where does my resulting average show? When I tried this I got the "circular" error message. "Mike H" wrote: ah you qanted yo oognore blanks not zero try this instead =AVERAGE(INDEX(A1:A1000,LARGE(ROW(A1:A1000)*(A1:A1 000<""),7)):A1000) Mike "Mike H" wrote: Hi, Try this. Ensure the 1000 is large enought to catch all of your number range =AVERAGE(INDEX(A1:A1000,LARGE(ROW(A1:A1000)*(A1:A1 000<0),7)):A1000) This is an array formula which must be entered with CTRL+Shift+Enter and NOT 'just enter. If you do it correctly then Excel will put curly brackets around 'the formula{}. You can't type these yourself. If you Edit the ranges 'then you must re-enter as An array Mike "wannabe68" wrote: I have a column of numbers, some blank, and continually adding additional numbers to the column. What would the formula be to continually averge the last 7 numbers entered? Been up all night trying to figure it out. Thank you for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging the two most recent entries in a column | Excel Discussion (Misc queries) | |||
Averaging only the non-zero entries in a row? | New Users to Excel | |||
Combine Multiple Entries with differing amounts of entries | Excel Worksheet Functions | |||
Averaging numbers but ignoring < and - entries | Excel Discussion (Misc queries) | |||
Averaging the last 5 entries in a row | Excel Discussion (Misc queries) |