|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
HardwareHeaven Junior Member
|
Excel problem :\
Hello guys. I just started playing around with excel and for the most part its not too hard but i have hit a wall here and cant seem to figure it out or find the answer anywhere on the net..
What i need sounds simple enough i guess for someone experienced with excel. I need a formula that would list throught a column and return the number of values higher or equal to 1000. Anyone have any idea how this can be done ?
|
|
|
|
|
|
|
|
HardwareHeaven Junior Member
|
Re: Excel problem :\
I have tried something out :\ going crazy any minute now..
=COUNTIF(D6 20,"" >= 1000) returns 0 for some reason and there are 8 cells in that range that are higher than 1000 :\=COUNTA(D6 20,"" >= 1000) on the other hand returns 16 :| and thats not right since there are only 15 numbers total in that range 8 of which are higher than 1000 ![]() EDIT: Solved! Excel it self is to blame for suggesting an incorrect fix to ">=1000 .. instead of ">=1000" it suggested "">1000 for some reason :\ Last edited by cstX; Dec 26, 2009 at 03:23 PM. |
|
|
|
|
|
#3 |
|
Never been clicked
|
Re: Excel problem :\
Make sure all cells contain numerical values, maybe it gets sidetracked by conversions.
|
|
|
|
![]() |
| Thread Tools | |
|
|