E
Eric
Hello all,
I have a database spreadsheet listing the staff name in column A and the
type of transactions they have processed in column B within a certain
period, which is something like this:
Staff Txn
A10 T
A10 T
A10 S
A10 E
A15 S
A15 T
A15 E
A20 T
A20 S
A20 S
A20 E
Now I want to make a summary of the number of transactions each staff has
done in a table format like this:
column F column G column H
Staff T S E
row 5 A10
row 6 A15
row 7 A20
I have tried the "countif" with the "and" functions but I can't get them
works (it always return "0")
Any suggestion would be highly appreciated.
Eric
I have a database spreadsheet listing the staff name in column A and the
type of transactions they have processed in column B within a certain
period, which is something like this:
Staff Txn
A10 T
A10 T
A10 S
A10 E
A15 S
A15 T
A15 E
A20 T
A20 S
A20 S
A20 E
Now I want to make a summary of the number of transactions each staff has
done in a table format like this:
column F column G column H
Staff T S E
row 5 A10
row 6 A15
row 7 A20
I have tried the "countif" with the "and" functions but I can't get them
works (it always return "0")
Any suggestion would be highly appreciated.
Eric