PC Review


Reply
Thread Tools Rate Thread

How to calculate number of occurencies of a specific number number

 
 
Stefan
Guest
Posts: n/a
 
      5th Sep 2008
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 With Quote
 
 
 
 
Stefi
Guest
Posts: n/a
 
      5th Sep 2008
=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 With Quote
 
Stefi
Guest
Posts: n/a
 
      5th Sep 2008
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 With Quote
 
Stefan
Guest
Posts: n/a
 
      5th Sep 2008
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 With Quote
 
Stefi
Guest
Posts: n/a
 
      8th Sep 2008
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate How the Number of Specific word. Khalid A. Al-Otaibi Microsoft Excel Misc 1 5th Apr 2010 07:53 AM
Code to find specific number and calculate Annette Microsoft Excel Programming 5 31st Jan 2008 03:15 PM
Count number of times a specific number is displayed in a cell ran =?Utf-8?B?c3Vicw==?= Microsoft Excel Worksheet Functions 1 27th Jun 2005 05:01 PM
Count number of times a specific number is displayed in cells =?Utf-8?B?c3Vicw==?= Microsoft Excel Programming 1 27th Jun 2005 03:15 PM
Write a formula that can look up and match a specific number and return the results for that specific number =?Utf-8?B?TWljaGVsbGU=?= Microsoft Excel Worksheet Functions 4 18th Mar 2004 04:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:38 PM.