Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
dear freinds:
I have some problems with this data, how can I get the results thats shows in results column; YEARS DATA RESULTS 1995 100 0 1996 90 0 1997 120 2 1998 100 1 1999 150 4 2000 70 0 2001 80 1 2002 30 0 2003 150 7 2004 140 7 for example second 150 there are 7 number smallest it thank you |
#2
![]() |
|||
|
|||
![]() |
#3
![]() |
|||
|
|||
![]()
One way:
Put this in cell C2: =COUNTIF(B$2:B2,"<"&B2) and copy down to C11. In article , (Ahmad) wrote: dear freinds: I have some problems with this data, how can I get the results thats shows in results column; YEARS DATA RESULTS 1995 100 0 1996 90 0 1997 120 2 1998 100 1 1999 150 4 2000 70 0 2001 80 1 2002 30 0 2003 150 7 2004 140 7 for example second 150 there are 7 number smallest it thank you |
#4
![]() |
|||
|
|||
![]()
Try the following...
C2, copied down: =COUNTIF($B$2:B2,"<"&B2) Hope this helps! In article , (Ahmad) wrote: dear freinds: I have some problems with this data, how can I get the results thats shows in results column; YEARS DATA RESULTS 1995 100 0 1996 90 0 1997 120 2 1998 100 1 1999 150 4 2000 70 0 2001 80 1 2002 30 0 2003 150 7 2004 140 7 for example second 150 there are 7 number smallest it thank you |
#5
![]() |
|||
|
|||
![]()
Assuming your data below is now in A1:C10..
Overwrite and enter In Cell C1 =COUNTIF($B$1:B1,"<"&B1) and Copy down. HTH "Ahmad" wrote in message om... dear freinds: I have some problems with this data, how can I get the results thats shows in results column; YEARS DATA RESULTS 1995 100 0 1996 90 0 1997 120 2 1998 100 1 1999 150 4 2000 70 0 2001 80 1 2002 30 0 2003 150 7 2004 140 7 for example second 150 there are 7 number smallest it thank you |
#6
![]() |
|||
|
|||
![]()
I missed the fact that you had a header row;
the other two guys gave you your answer, sorry "Jim May" wrote in message news:h%0xd.7423$jn.6873@lakeread06... Assuming your data below is now in A1:C10.. Overwrite and enter In Cell C1 =COUNTIF($B$1:B1,"<"&B1) and Copy down. HTH "Ahmad" wrote in message om... dear freinds: I have some problems with this data, how can I get the results thats shows in results column; YEARS DATA RESULTS 1995 100 0 1996 90 0 1997 120 2 1998 100 1 1999 150 4 2000 70 0 2001 80 1 2002 30 0 2003 150 7 2004 140 7 for example second 150 there are 7 number smallest it thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a range name as an argument to the Index Function | Excel Discussion (Misc queries) | |||
Function in XL or in VBA for XL that pulls numeric digits from a t | Excel Discussion (Misc queries) | |||
Excel function help facilities | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
Solving for X and Y with a = in the FUNCTION??? | Excel Discussion (Misc queries) |