theticklives
New Member
- Joined
- Jun 11, 2008
- Messages
- 1
hi
this is my first post, after having read many threads and searched for answers successfully.
My .xls is a 2003 version and is summing injury data. I am trying to look up info on another sheet meeting criteria. i have been successful with the formula with 2 arrays, but adding the third array seems to cause error.
I have a sumproduct formula that returns an #value error (data is of the wrong type):
=SUMPRODUCT(--('Incident log'!A4:A11="Jan"),--('Incident log'!F1:F11="resins"),--('Incident log'!G1:G11="UNSAFE CONDITION"))
I am searching a spreadsheet of text and converting to true false with the --. This works well for the 1st two arrays, but it seems like the last array does not get converted to the 1 or 0, resulting in the formula error. i got this far with some help here at work, but we cant figure this out.
ANY help would be great
thx in advance!
theticklives
this is my first post, after having read many threads and searched for answers successfully.
My .xls is a 2003 version and is summing injury data. I am trying to look up info on another sheet meeting criteria. i have been successful with the formula with 2 arrays, but adding the third array seems to cause error.
I have a sumproduct formula that returns an #value error (data is of the wrong type):
=SUMPRODUCT(--('Incident log'!A4:A11="Jan"),--('Incident log'!F1:F11="resins"),--('Incident log'!G1:G11="UNSAFE CONDITION"))
I am searching a spreadsheet of text and converting to true false with the --. This works well for the 1st two arrays, but it seems like the last array does not get converted to the 1 or 0, resulting in the formula error. i got this far with some help here at work, but we cant figure this out.
ANY help would be great
thx in advance!
theticklives