Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to do the following:
A Date Column =mmmm B Detail column= C Totals column= I would like reference the above sheet [titled Income] from a cell in a totals sheet thus: If A=January & B=Sales then Sum C. I have tried the following: =SUMPRODUCT(--(Income!A3:A200="January"),--(Income!D3:D200="Sales"),Income!F3:F200) - this just generates a 0 [there is data in the referenced cells]. I just can't seem to get this. Any ideas out there? Many thanks! Mike W |
#2
![]() |
|||
|
|||
![]()
Could column a be real dates?
=SUMPRODUCT(--(TEXT(Income!A3:A200,"mmmm")="January"),--(Income!D3:D200="Sal es"),Income!F3:F200) -- HTH RP (remove nothere from the email address if mailing direct) "Mike W" <Mike wrote in message ... I am trying to do the following: A Date Column =mmmm B Detail column= C Totals column= I would like reference the above sheet [titled Income] from a cell in a totals sheet thus: If A=January & B=Sales then Sum C. I have tried the following: =SUMPRODUCT(--(Income!A3:A200="January"),--(Income!D3:D200="Sales"),Income!F 3:F200) - this just generates a 0 [there is data in the referenced cells]. I just can't seem to get this. Any ideas out there? Many thanks! Mike W |
#3
![]() |
|||
|
|||
![]()
Hi Bob,
Many thanks - spot on. Cheers!, Mike "Bob Phillips" wrote: Could column a be real dates? =SUMPRODUCT(--(TEXT(Income!A3:A200,"mmmm")="January"),--(Income!D3:D200="Sal es"),Income!F3:F200) -- HTH RP (remove nothere from the email address if mailing direct) "Mike W" <Mike wrote in message ... I am trying to do the following: A Date Column =mmmm B Detail column= C Totals column= I would like reference the above sheet [titled Income] from a cell in a totals sheet thus: If A=January & B=Sales then Sum C. I have tried the following: =SUMPRODUCT(--(Income!A3:A200="January"),--(Income!D3:D200="Sales"),Income!F 3:F200) - this just generates a 0 [there is data in the referenced cells]. I just can't seem to get this. Any ideas out there? Many thanks! Mike W |
#4
![]() |
|||
|
|||
![]()
Great. It was a lucky guess <g
Bob "Mike W" wrote in message ... Hi Bob, Many thanks - spot on. Cheers!, Mike "Bob Phillips" wrote: Could column a be real dates? =SUMPRODUCT(--(TEXT(Income!A3:A200,"mmmm")="January"),--(Income!D3:D200="Sal es"),Income!F3:F200) -- HTH RP (remove nothere from the email address if mailing direct) "Mike W" <Mike wrote in message ... I am trying to do the following: A Date Column =mmmm B Detail column= C Totals column= I would like reference the above sheet [titled Income] from a cell in a totals sheet thus: If A=January & B=Sales then Sum C. I have tried the following: =SUMPRODUCT(--(Income!A3:A200="January"),--(Income!D3:D200="Sales"),Income!F 3:F200) - this just generates a 0 [there is data in the referenced cells]. I just can't seem to get this. Any ideas out there? Many thanks! Mike W |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif vs sumproduct | Excel Worksheet Functions | |||
Sumif or Sumproduct | Excel Worksheet Functions | |||
Sumif or Sumproduct 2 criterias not working | Excel Discussion (Misc queries) | |||
Sumif not Sumproduct | Excel Worksheet Functions | |||
SUMIF or SUMPRODUCT or something else? | Excel Worksheet Functions |