Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default frequency excl #N/A

How do I calculate the frequency for a set of numbers which includes #NA
error ie ignore the error

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default frequency excl #N/A

The following worked for me:
=FREQUENCY(A1:A25*NOT(ISERROR(A1:A25)),B1:B25*NOT( ISERROR(B1:B25))

Let me know if it doesn't work for you.

"Saintsman" wrote:

How do I calculate the frequency for a set of numbers which includes #NA
error ie ignore the error

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default frequency excl #N/A

Forget this reply. It worked for me because I didn't recalculate and I was
in manual calculation mode. So, actually, it didn't work at all.

"~L" wrote:

The following worked for me:
=FREQUENCY(A1:A25*NOT(ISERROR(A1:A25)),B1:B25*NOT( ISERROR(B1:B25))

Let me know if it doesn't work for you.

"Saintsman" wrote:

How do I calculate the frequency for a set of numbers which includes #NA
error ie ignore the error

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default frequency excl #N/A

=FREQUENCY(IF(NOT(ISNA(A1:A25)),A1:A25,0),IF(NOT(I SNA(B1:B25)),B1:B25,0)

Array entered using Control + Shift + Enter.

I'm going for coffee.

"~L" wrote:

Forget this reply. It worked for me because I didn't recalculate and I was
in manual calculation mode. So, actually, it didn't work at all.

"~L" wrote:

The following worked for me:
=FREQUENCY(A1:A25*NOT(ISERROR(A1:A25)),B1:B25*NOT( ISERROR(B1:B25))

Let me know if it doesn't work for you.

"Saintsman" wrote:

How do I calculate the frequency for a set of numbers which includes #NA
error ie ignore the error

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default frequency excl #N/A

Hi,

You didn't tell us the formula you are using for frequency, so

If you are using COUNTIF then

=COUNTIF(A$1:A$9,C1)

No array needed and no check for the NA.

If you are using FREQUENCY thent ry the following array entered formula:

=FREQUENCY(IF(ISNA(A1:A9),"",A1:A9),C1:C4)

Where A1:A9 is your data, C1:C4 is your bin range.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Saintsman" wrote:

How do I calculate the frequency for a set of numbers which includes #NA
error ie ignore the error

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default frequency excl #N/A

Thanks very much - that gave me what I needed

"Shane Devenshire" wrote:

Hi,

You didn't tell us the formula you are using for frequency, so

If you are using COUNTIF then

=COUNTIF(A$1:A$9,C1)

No array needed and no check for the NA.

If you are using FREQUENCY thent ry the following array entered formula:

=FREQUENCY(IF(ISNA(A1:A9),"",A1:A9),C1:C4)

Where A1:A9 is your data, C1:C4 is your bin range.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Saintsman" wrote:

How do I calculate the frequency for a set of numbers which includes #NA
error ie ignore the error

Thanks

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
Use excl (2002) in presentation DoronT Excel Discussion (Misc queries) 1 November 26th 06 07:25 PM
How can I always ROUND UP to the nearest multipal of 5 in excl AndyS Excel Worksheet Functions 4 June 30th 06 04:42 AM
will Excl run on windows xp home edition? john e Excel Discussion (Misc queries) 1 May 14th 06 08:39 PM
Subtotal excl errors Rob Excel Worksheet Functions 2 May 2nd 05 02:49 PM


All times are GMT +1. The time now is 05:04 AM.

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

About Us

"It's about Microsoft Excel"