Temporary Array i.e. match "this" and return entire row

A

Alan

I found the FREQUENCY formula which is great for counting entries by
date.

I want to add a condition to which rows FREQUENCY is counting.

My data table looks like

| Date | Name |
| Date | Name |
| Date | Name |

Results table is :

|- Date -| Name 1 | Name 2 | Name 3 | etc...
| Jul 01 | count | count | count |


My ideal formula where it says "count" is =FREQUENCY( array returned
IF (A1:B3 = "name1") )

Is this possible? Unfourtunetly the tradtional double criteria array
formulas of SUM, IF, SUMPRODUCT are way too slow when checking 10000 x
20 & 10000 x 20 rows for plain text. heh.

Thanks in advance!
 
G

Guest

I don't understand your "10000 x 20 & 10000 x 20 rows" reference.

I think pivot tables would do what you want, but not without knowing more
about your format
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top