Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can anyone tell me what is wrong with the following formula..
=SUMPRODUCT(('Supplies DO - STPs'!A4:A7'Supplies Weekly'!A3)*('Supplies DO - STPs'!A4:A7<'Supplies Weekly'!A3+6)*('Supplies DO - STPs'!C4:C7=Data!F5)) Here is the data it should be looking at. date entry type 06/06/2006 DO Book 12/06/2006 DO Book 13/06/2006 DO Book 11/06/2006 DO Book Thanks andy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You may simply need to put the -- in front of each array and separate the
arrays by commas rather than multiplication signs: =SUMPRODUCT(--('Supplies DO - STPs'!A4:A7'Supplies Weekly'!A3),--('Supplies DO - STPs'!A4:A7<'Supplies Weekly'!A3+6),--('Supplies DO - STPs'!C4:C7=Data!F5)) "ingalla" wrote: Can anyone tell me what is wrong with the following formula.. =SUMPRODUCT(('Supplies DO - STPs'!A4:A7'Supplies Weekly'!A3)*('Supplies DO - STPs'!A4:A7<'Supplies Weekly'!A3+6)*('Supplies DO - STPs'!C4:C7=Data!F5)) Here is the data it should be looking at. date entry type 06/06/2006 DO Book 12/06/2006 DO Book 13/06/2006 DO Book 11/06/2006 DO Book Thanks andy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Nel post
*ingalla* ha scritto: Can anyone tell me what is wrong with the following formula.. =SUMPRODUCT(('Supplies DO - STPs'!A4:A7'Supplies Weekly'!A3)*('Supplies DO - STPs'!A4:A7<'Supplies Weekly'!A3+6)*('Supplies DO - STPs'!C4:C7=Data!F5)) Here is the data it should be looking at. date entry type 06/06/2006 DO Book 12/06/2006 DO Book 13/06/2006 DO Book 11/06/2006 DO Book Thanks andy Hi Andy, What is the result you have and what is the wanted result? The formula seems to work for me... Maybe you can specify what are the ranges in tour formula... -- Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you are not getting proper results, the most likely problem is that the
dates are text fields, not date. Check that. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "ingalla" wrote in message ... Can anyone tell me what is wrong with the following formula.. =SUMPRODUCT(('Supplies DO - STPs'!A4:A7'Supplies Weekly'!A3)*('Supplies DO - STPs'!A4:A7<'Supplies Weekly'!A3+6)*('Supplies DO - STPs'!C4:C7=Data!F5)) Here is the data it should be looking at. date entry type 06/06/2006 DO Book 12/06/2006 DO Book 13/06/2006 DO Book 11/06/2006 DO Book Thanks andy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Formula Question | Excel Discussion (Misc queries) | |||
Excel formula question | Excel Discussion (Misc queries) | |||
Formula Question | Excel Worksheet Functions | |||
I have a question regarding countif formula. | Excel Worksheet Functions |