![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Chicago, USA
Posts: 174
|
Could someone help me!
I have 3 columns. Lets say in column A, I have values 2,13,46,5,16...upto 70 enteries. In column B I have values 1,32,15,8,20...upto 70 values. And finally in column C there is a difference of Column A-Column B. I want to find out the PROBABILITY based on column C values that -- How many of my values will fall between range 5 & 10 or lets say between -1 and 10 and so on. Any help will be highly appreciated. Thank you |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
In D1 enter: 5 In E1 enter: 10 In F1 enter: =COUNTIF(C:C,">"$D1)-COUNTIF(C:C,">="$E1) The above formula does count according an exclusive between condition. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|