J
jebreeg
I am trying to provide some details on a daily changing set of data on sheet
GBP. The data table shows date (col A), customer ref (col D), amount (col H),
hold reason & team responsible.
I currently use the following to calculate the value of records dated
27Nov08 that have a blank customer ref:
=SUMPRODUCT((GBP!A2:A60000=DATE(2008,11,27))*(GBP!H2:H60000)*(GBP!D260000=" "))
I need to provide a count of items for a particular date where no customer
ref exists that one team (Team A) is responsible for. And also the total
value amount for these.
Please help )
GBP. The data table shows date (col A), customer ref (col D), amount (col H),
hold reason & team responsible.
I currently use the following to calculate the value of records dated
27Nov08 that have a blank customer ref:
=SUMPRODUCT((GBP!A2:A60000=DATE(2008,11,27))*(GBP!H2:H60000)*(GBP!D260000=" "))
I need to provide a count of items for a particular date where no customer
ref exists that one team (Team A) is responsible for. And also the total
value amount for these.
Please help )