Hello, I am trying to obtain a sum of transactions based on
a) a Start Date,
b) an End Date,
c) a Client Name specified at L4 and ,
d) a Service Type specified in a Data Worksheet.
The Start and End Dates will both be found in the date column in the attached image. Can somebody please offer the correct syntax for this problem?
This is my attempt =SUMIFS(Cost, Date, ">="L6, Date,"<="N6, Client,L4, Service,$Data.A7)
however I receive an an error message 'err:509
Cost is the range name of all the entries in the Cost column
Date is the range name of all the entries in the Date Column
Client is the range name of allthe entries in the Client column
$Data.A7 is the location of the type of service I want to sum for. It is contained in a separate Worksheet attached to the same Workbook as the current Worksheet
Cheers, Bernie
(Slightly edited for better readability by @Lupp)