Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet. Which can be viewed on my public box link
http://www.box.net/shared/movk8u3cws My headings are A3 Date, B3 Name, C3 Contribution E3 12/08/07 Date=A3 Name=B3 Contribution=C3 12/8/2007=E3 Andy=F3 12/8/2007 Andy 1 12/8/2007 Andy 40 12/8/2007 Andy 3 12/8/2007 Andy 4 Date=A11 Name=B11 Contribution=C11 12/8/2007=E11 Andy=F11 12/8/2007 Andy 1 12/8/2007 Andy 40 12/7/2007 Andy 3 12/8/2007 Andy 4 In E3, I entered 12/08/07 and in F3 I entered Andy. I want my formula in J11 which is =SUMPRODUCT(MIN((B6:B9=F5)*(C6:C9=G5)*(D6:D9))) to return the minimum contribution that Andy made on 12/08/07. When I substitute Min for Max, the formula works with no problems at all. As soon as I switch to Min the formula returns a zero. It will work if all the dates and all the names are the same. But as soon as the Date or Name changes I get a zero fpr the Min formula. I even entered it as an array but it won't work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct returns value error when ref is formula | Excel Discussion (Misc queries) | |||
SUMPRODUCT returns 0, when I know it shouldn't | Excel Worksheet Functions | |||
SUMPRODUCT is OK for a while and later a similar formula returns 0 | Excel Worksheet Functions | |||
One Sumproduct Formula works - while other returns #VALUE!? | Excel Worksheet Functions | |||
sumproduct returns zero | Excel Worksheet Functions |