V
vecia
Hello, my data looks something like this:
Product Stage Campaign Batch
1564 1 1 101
1564 1 1 101
1564 1 1 102
1564 1 1 103
1564 1 1 103
1564 1 1 103
1564 1 1 104
There are three cells on the spreadsheet (H1, H2, H3) where the user
can type in the product, stage and campaign that they are interested in
(there are many variations, I have shown only one for convenience and
these may not always be numeric).
The formulas I need are
1) A count of how many batches of a particular product, stage and
campaign there were (for this example, this should = 4)
2) How many batches had only one entry (for this example = 2)
I can get part of the way with SUMPRODUCT but now I am stuck - please
help.
Product Stage Campaign Batch
1564 1 1 101
1564 1 1 101
1564 1 1 102
1564 1 1 103
1564 1 1 103
1564 1 1 103
1564 1 1 104
There are three cells on the spreadsheet (H1, H2, H3) where the user
can type in the product, stage and campaign that they are interested in
(there are many variations, I have shown only one for convenience and
these may not always be numeric).
The formulas I need are
1) A count of how many batches of a particular product, stage and
campaign there were (for this example, this should = 4)
2) How many batches had only one entry (for this example = 2)
I can get part of the way with SUMPRODUCT but now I am stuck - please
help.