0

Range in Function Wizard

Im trying to SUM records based on a date range using the NL function in the function wizard.

I have two fields, C5 = Lower Date Limit and D5 = Upper Date Limit, that form the range for my sample and I want to sum "Daily Call Count Target" from the DB based on entries where "Start Date" falls within this range. How do I create the filter to sum?

Currently I have this…

=NL("First","KPI Targets","Daily Call Count Target","sec1_owneridname",C12,"Start Date",D5,"Start Date",F5)

2 comments

Please sign in to leave a comment.