Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I´m trying to calculate number of occurencies of a specific number, I´m using data from different sheets Formula: =NUMBER.IF('sheet2'!E10:S10;"=E5") --error NUMBER.IF('sheet2'!E10:S10;=E5) -- error =NUMBER.IF('sheet2'!E10:S10;E5) -- Correct but not what I´m looking for, this give me the answer of number of occurencies of the number 3. I´m looking for 3 and above. E5 represent the number, for example 3 and higher BR |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(E10:F17,"="&E5)
Regards, Stefi Stefan ezt *rta: Hi, I´m trying to calculate number of occurencies of a specific number, I´m using data from different sheets Formula: =NUMBER.IF('sheet2'!E10:S10;"=E5") --error NUMBER.IF('sheet2'!E10:S10;=E5) -- error =NUMBER.IF('sheet2'!E10:S10;E5) -- Correct but not what I´m looking for, this give me the answer of number of occurencies of the number 3. I´m looking for 3 and above. E5 represent the number, for example 3 and higher BR |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry, adjust my test range:
=COUNTIF('sheet2'!E10:S10,"="&E5) Stefi Stefi ezt *rta: =COUNTIF(E10:F17,"="&E5) Regards, Stefi Stefan ezt *rta: Hi, I´m trying to calculate number of occurencies of a specific number, I´m using data from different sheets Formula: =NUMBER.IF('sheet2'!E10:S10;"=E5") --error NUMBER.IF('sheet2'!E10:S10;=E5) -- error =NUMBER.IF('sheet2'!E10:S10;E5) -- Correct but not what I´m looking for, this give me the answer of number of occurencies of the number 3. I´m looking for 3 and above. E5 represent the number, for example 3 and higher BR |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, I´ve wasted a couple of hours trying to solve it my self!!
"Stefi" skrev: Sorry, adjust my test range: =COUNTIF('sheet2'!E10:S10,"="&E5) Stefi Stefi ezt *rta: =COUNTIF(E10:F17,"="&E5) Regards, Stefi Stefan ezt *rta: Hi, I´m trying to calculate number of occurencies of a specific number, I´m using data from different sheets Formula: =NUMBER.IF('sheet2'!E10:S10;"=E5") --error NUMBER.IF('sheet2'!E10:S10;=E5) -- error =NUMBER.IF('sheet2'!E10:S10;E5) -- Correct but not what I´m looking for, this give me the answer of number of occurencies of the number 3. I´m looking for 3 and above. E5 represent the number, for example 3 and higher BR |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi Stefan ezt *rta: Thanks, I´ve wasted a couple of hours trying to solve it my self!! "Stefi" skrev: Sorry, adjust my test range: =COUNTIF('sheet2'!E10:S10,"="&E5) Stefi Stefi ezt *rta: =COUNTIF(E10:F17,"="&E5) Regards, Stefi Stefan ezt *rta: Hi, I´m trying to calculate number of occurencies of a specific number, I´m using data from different sheets Formula: =NUMBER.IF('sheet2'!E10:S10;"=E5") --error NUMBER.IF('sheet2'!E10:S10;=E5) -- error =NUMBER.IF('sheet2'!E10:S10;E5) -- Correct but not what I´m looking for, this give me the answer of number of occurencies of the number 3. I´m looking for 3 and above. E5 represent the number, for example 3 and higher BR |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking a Specific Word to a Specific Number | Excel Worksheet Functions | |||
Linking a Specific Word to a Specific Number | Excel Worksheet Functions | |||
Linking a Specific Word to a Specific Number | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions | |||
2003= negative number&2004= negative number How Do I Calculate gro | Excel Worksheet Functions |