![]() |
Averages using array.
Hi there,
I am using the following array formula to work out an average of a row of cells that contain numerical data. i,e not an empty cell and the value isnt 0. =AVERAGE((IF(E49:IV49<"",E49:IV49)),AND(IF(E49:IV 49<"0",E49:IV49))) It works fine for empty cells, but it does not seem to ignore cells that contain "0" or "0:00" any ideas??? |
Averages using array.
=AVERAGE((IF((E49:IV49<"")*(E49:IV49<0),E49:IV49 )))
-- HTH Bob Phillips (there's no email, no snail mail, but somewhere should be gmail in my addy) "LostwithoutLost" wrote in message ... Hi there, I am using the following array formula to work out an average of a row of cells that contain numerical data. i,e not an empty cell and the value isnt 0. =AVERAGE((IF(E49:IV49<"",E49:IV49)),AND(IF(E49:IV 49<"0",E49:IV49))) It works fine for empty cells, but it does not seem to ignore cells that contain "0" or "0:00" any ideas??? |
Averages using array.
Fantastic,
Thankyou very much. "Bob Phillips" wrote: =AVERAGE((IF((E49:IV49<"")*(E49:IV49<0),E49:IV49 ))) -- HTH Bob Phillips (there's no email, no snail mail, but somewhere should be gmail in my addy) "LostwithoutLost" wrote in message ... Hi there, I am using the following array formula to work out an average of a row of cells that contain numerical data. i,e not an empty cell and the value isnt 0. =AVERAGE((IF(E49:IV49<"",E49:IV49)),AND(IF(E49:IV 49<"0",E49:IV49))) It works fine for empty cells, but it does not seem to ignore cells that contain "0" or "0:00" any ideas??? |
All times are GMT +1. The time now is 04:36 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com