I'm working on a spreadsheet that records the customer's name, acct#, the employee helping them, payments made the day of service, payments received for an acct, and the payment method. On the summary page, I am trying to break down the payments at time of service by employee. I’m currently using the “COUNT” formula, which is calculating how many times the employee's initials show up, but not specifically the “payments made the day of service.”
This is an example of my spreadsheet. I'm only displaying the columns I need the formula to pull from.
Column B Column F Column G
employee day of service received on acct
BK 100.00 x
BK 200.00 x
BK x 150.00
NG 50.00
NG x 50.00
PK x 150.00
DT 100.00
DD x 125.00
DD 150.00
So with this example, my results should tally:
BK=2
NG=1
PK= 0
DT=1
DD=1
I'm pretty sure I need to be using the "COUNT" function, but just can't figure out how to enter the formula. Also, Column B, with the employee's initials is a drop down list. Not sure if it makes a difference or not.
This is an example of my spreadsheet. I'm only displaying the columns I need the formula to pull from.
Column B Column F Column G
employee day of service received on acct
BK 100.00 x
BK 200.00 x
BK x 150.00
NG 50.00
NG x 50.00
PK x 150.00
DT 100.00
DD x 125.00
DD 150.00
So with this example, my results should tally:
BK=2
NG=1
PK= 0
DT=1
DD=1
I'm pretty sure I need to be using the "COUNT" function, but just can't figure out how to enter the formula. Also, Column B, with the employee's initials is a drop down list. Not sure if it makes a difference or not.