Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default How to calculate number of occurencies of a specific number number

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default How to calculate number of occurencies of a specific number number

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default How to calculate number of occurencies of a specific number nu

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default How to calculate number of occurencies of a specific number nu

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default How to calculate number of occurencies of a specific number nu

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking a Specific Word to a Specific Number [email protected] Excel Worksheet Functions 1 July 11th 06 05:55 PM
Linking a Specific Word to a Specific Number [email protected] Excel Worksheet Functions 2 July 11th 06 05:50 PM
Linking a Specific Word to a Specific Number [email protected] Excel Worksheet Functions 1 July 11th 06 04:29 PM
Count number of times a specific number is displayed in a cell ran subs Excel Worksheet Functions 1 June 27th 05 05:01 PM
2003= negative number&2004= negative number How Do I Calculate gro Jason Excel Worksheet Functions 1 January 14th 05 05:24 PM


All times are GMT +1. The time now is 01:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"