P
Pierre PVZ
Hi
Here's an example of what I'm trying to to (the table I handle is around 5000 to 10000 records
Blabla1 BILL1 Atyp
Blabla2 BILL1 Btyp
Blabla3 BILL2 Atyp
Blabla4 BILL1 Atyp
Blabla5 BILL2 Btyp
I "just" need to summarize in a table on another sheet the number of occurences (records) like thi
A B
1 Atype Btyp
2 BILL1 occurX occur
3 BILL2 occurY occur
I use the following array formula in B2, for example, and I use named range in the data tabl
{=SUM(IF((name_type=B$1)*(name_BILL=$A2);1;0))
I really need to avoid pivottable for internal reasons. The summary table should be "usable" by anybody in my company, and none of them know how to use pivots. It is much easier to show the where the summary table is, and easier to handle, modify and format (condtions,...
My nightmare is I get a #NA...
I don't know why / I don't remember what could cause this #N
Can anyone give me hints on this case ? Thks in advanc
Pierre PVZ
Here's an example of what I'm trying to to (the table I handle is around 5000 to 10000 records
Blabla1 BILL1 Atyp
Blabla2 BILL1 Btyp
Blabla3 BILL2 Atyp
Blabla4 BILL1 Atyp
Blabla5 BILL2 Btyp
I "just" need to summarize in a table on another sheet the number of occurences (records) like thi
A B
1 Atype Btyp
2 BILL1 occurX occur
3 BILL2 occurY occur
I use the following array formula in B2, for example, and I use named range in the data tabl
{=SUM(IF((name_type=B$1)*(name_BILL=$A2);1;0))
I really need to avoid pivottable for internal reasons. The summary table should be "usable" by anybody in my company, and none of them know how to use pivots. It is much easier to show the where the summary table is, and easier to handle, modify and format (condtions,...
My nightmare is I get a #NA...
I don't know why / I don't remember what could cause this #N
Can anyone give me hints on this case ? Thks in advanc
Pierre PVZ