This is being posted as a new thread per instructions suggested here:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
http://www.mrexcel.com/forum/showthread.php?t=362008<o></o>
<o></o>
I’ve been attempting to resolve a Sumproduct issue with the following formula:
SUMPRODUCT(--(TEXT(Start_Date,"mmm-yy")=E$12),--(WorkOrderType="PM"),--(Labor))
Using Aladin’s instructions above
Range Name “Labor” in column G containing numeric values is defined as:
=OFFSET('Raw Data'!$G$2,0,0,SizeG)
where “SizeG” is:
=MATCH(9.99999999999999E+307,'Raw Data'!$G:$G)-MIN(ROW('Raw Data'!$G$2))+1
has in my case generated a #Value! Error.
The problem I suspect is that the named range “Labor” contains blanks both at the start and end of the column.
Attempting to resolve the issue I followed Aladin’s explanation as were detailed here
http://www.mrexcel.com/forum/showthr...t=33856&page=2
which has led me to create the following formula:
SUMPRODUCT(--(TEXT(Start_Date,"mmm-yy")=G$12),--(WorkOrderType="PM"),--(INDEX(Data,0,7)))
The instructions were clear and I think understood. I tested the following formula:
=OFFSET('Raw Data'!$A$2,0,0,Admin!$B$3,Admin!$B$4)
and saw the needed “march of ants” around my data table(imported via MS Query).
As mentioned the named range “Labor” contains numeric values and is in column 7 of my data table which consists of 8 columns in total A:H.
Unfortunately (for me), I still receive a #Value! Error. I’ve searched the board for additional insight and have found other suggestive solutions but none seem to directly apply. I’m not sure how to continue at this point. Any help would be happily welcomed.
http://www.mrexcel.com/forum/showthread.php?t=362008<o></o>
<o></o>
I’ve been attempting to resolve a Sumproduct issue with the following formula:
SUMPRODUCT(--(TEXT(Start_Date,"mmm-yy")=E$12),--(WorkOrderType="PM"),--(Labor))
Using Aladin’s instructions above
Range Name “Labor” in column G containing numeric values is defined as:
=OFFSET('Raw Data'!$G$2,0,0,SizeG)
where “SizeG” is:
=MATCH(9.99999999999999E+307,'Raw Data'!$G:$G)-MIN(ROW('Raw Data'!$G$2))+1
has in my case generated a #Value! Error.
The problem I suspect is that the named range “Labor” contains blanks both at the start and end of the column.
Attempting to resolve the issue I followed Aladin’s explanation as were detailed here
http://www.mrexcel.com/forum/showthr...t=33856&page=2
which has led me to create the following formula:
SUMPRODUCT(--(TEXT(Start_Date,"mmm-yy")=G$12),--(WorkOrderType="PM"),--(INDEX(Data,0,7)))
The instructions were clear and I think understood. I tested the following formula:
=OFFSET('Raw Data'!$A$2,0,0,Admin!$B$3,Admin!$B$4)
and saw the needed “march of ants” around my data table(imported via MS Query).
As mentioned the named range “Labor” contains numeric values and is in column 7 of my data table which consists of 8 columns in total A:H.
Unfortunately (for me), I still receive a #Value! Error. I’ve searched the board for additional insight and have found other suggestive solutions but none seem to directly apply. I’m not sure how to continue at this point. Any help would be happily welcomed.