I've change the Due_Date module to the following
Function Due_Date(rngDPeriod As Range, rngLDate As Range) As Date
Dim DPeriod As String, LDate As Date
DPeriod = rngDPeriod.Value
LDate = rngLDate.Value
Select Case DPeriod
but I'm still receiving an #VALUE! error message.
Hi all
I'm using sumproduct to find the total amount who met a certain criteria in a schedule.
The following works perfectly
=SUMPRODUCT((amount)*(paid="X")*(Due_Date(E1,D1)<$I$10))
where amount and paid are all named ranges which are (currently) 1 column by 10 rows, 1-10.
However when I try...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.