![]() |
Need to exclude certain cells in a range
This should be a simple fix, but I'm not having any luck right now figuring
it out. Need some help to exclude cells within a range of cells. Am doing an average of 50 cells, =AVERAGE(A4:A53). Some of these cells include an asterisk and should not be included in the final average. TIA, Bob |
Need to exclude certain cells in a range
=AVERAGE(IF(ISNUMBER(A4:A53),A4:A53))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (remove xxx from email address if mailing direct) "Bob Smith" wrote in message ink.net... This should be a simple fix, but I'm not having any luck right now figuring it out. Need some help to exclude cells within a range of cells. Am doing an average of 50 cells, =AVERAGE(A4:A53). Some of these cells include an asterisk and should not be included in the final average. TIA, Bob |
Need to exclude certain cells in a range
Have you tried it?
-- Don Guillett SalesAid Software "Bob Smith" wrote in message ink.net... This should be a simple fix, but I'm not having any luck right now figuring it out. Need some help to exclude cells within a range of cells. Am doing an average of 50 cells, =AVERAGE(A4:A53). Some of these cells include an asterisk and should not be included in the final average. TIA, Bob |
Need to exclude certain cells in a range
Thanks for the reply Bob. Unfortunately, that formula did not work. I hope
you don't mind, but I sent you a 17K worksheet to see what I'm trying to do. Regards, Bob "Bob Phillips" wrote in message ... =AVERAGE(IF(ISNUMBER(A4:A53),A4:A53)) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (remove xxx from email address if mailing direct) "Bob Smith" wrote in message ink.net... This should be a simple fix, but I'm not having any luck right now figuring it out. Need some help to exclude cells within a range of cells. Am doing an average of 50 cells, =AVERAGE(A4:A53). Some of these cells include an asterisk and should not be included in the final average. TIA, Bob |
All times are GMT +1. The time now is 05:56 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com