Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Function '=Frequency' Help!

On Jun 26, 6:23 pm, James8309 wrote:
On Jun 26, 5:42 pm, Jarek Kujawa wrote:

if you need the number of "Type A" occurences then why not try:


=COUNTIF(A1:A380000,"Type A")


if you need to arrive at a sum of A1:A380000 when there "Type A" in
column B, try:


=SUM(IF(B1:B380000="Type A",A1:A380000,))
CTRL+SHIFT+ENTER it instead of simply using ENTER


I am trying to get a frequency count where Bin array is from
Range("A2:A10")

Thanks for your help


How did you filter in the first place? It sounds like you want SUMIF
with two variables. A SUMPRODUCT might be the easiest way, let your
formula do the filtering.

Otherwise, SUBTOTAL will ignore hidden rows whereas other SUM
functions will not. If you can wrap SUBTOTAL around the IF, it should
work.
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
Frequency Function MzJuanita Excel Worksheet Functions 4 June 1st 08 03:03 PM
frequency function with decimals frequency function with decimals Excel Worksheet Functions 2 February 14th 08 06:47 PM
Frequency Function Strimkind Excel Worksheet Functions 3 October 26th 07 08:59 PM
Frequency function Pritesh Excel Discussion (Misc queries) 2 April 18th 05 09:53 PM
Using FREQUENCY Function to Count Sergio Excel Worksheet Functions 1 April 11th 05 05:16 PM


All times are GMT +1. The time now is 10:01 PM.

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"