Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ahh. I was doing Ctrl+Shift+Enter before I put in the formula. Works great
now! I don't know how you guys know all this stuff but going through these threads in here has saved me a lot of headache! Thanks!! "Mike H" wrote: Thay's because it's an array formula. Type the formula in the cell then commit it by pressing Ctrl+Shift+Enter If you've done it corrrectly then Excel will put curly brackets around the formula. Mike "GeoffWhite18" wrote: Ok so I tried that and end up with a #VALUE! error. What I'm trying to do is find the average Through cells G2:G50 and ignor any values less than 1. =AVERAGE(IF(G2:G50<0,G2:G50)) " wrote: On Feb 7, 9:06 am, Cliff wrote: =AVERAGE(IF(B5:B17<0,B5:B17)) & enter this as an array formula via Ctrl+Shift+Enter or in Excel 2007 =AVERAGEIF(B5:B17,"<0") Thanks Cliff, that worked perfectly! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A formula to AVERAGE IF but only average a set number of values | Excel Worksheet Functions | |||
Find monthly average but have average automatically configured | Excel Discussion (Misc queries) | |||
Error Handling #N/A with AVERAGE Function - Average of values in Row | Excel Worksheet Functions | |||
Weighed Average of a weiged average when there are blanks | Excel Discussion (Misc queries) | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions |