Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default think i need sumproduct help

i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204 is in the range
of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default think i need sumproduct help

would this be the solution?

=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204),E24:E360)

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204 is in the
range of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default think i need sumproduct help

Yews it would, as long as both criteria have to be satisfied.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
would this be the solution?

=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204),E24:E360)

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204 is in

the
range of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary







  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default think i need sumproduct help

thanks bob, i knew you would know.

--


Gary


"Bob Phillips" wrote in message
...
Yews it would, as long as both criteria have to be satisfied.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
would this be the solution?

=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204),E24:E360)

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204 is in

the
range of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary









  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default think i need sumproduct help

Yeah, but you knew also, which is more important <G

Bob

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
thanks bob, i knew you would know.

--


Gary


"Bob Phillips" wrote in message
...
Yews it would, as long as both criteria have to be satisfied.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
would this be the solution?

=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204),E24:E360)

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204 is

in
the
range of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary













  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default think i need sumproduct help

no, i guessed right, you know.

--


Gary


"Bob Phillips" wrote in message
...
Yeah, but you knew also, which is more important <G

Bob

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
thanks bob, i knew you would know.

--


Gary


"Bob Phillips" wrote in message
...
Yews it would, as long as both criteria have to be satisfied.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
would this be the solution?

=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204),E24:E360)

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204 is

in
the
range of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary













  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default think i need sumproduct help

Not to over-extend it, but don't undermine yourself. You can only guess if
you have the info and the knowledge, and the chances of a correct guess are
increased the greater the skills are.

Bob

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
no, i guessed right, you know.

--


Gary


"Bob Phillips" wrote in message
...
Yeah, but you knew also, which is more important <G

Bob

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
thanks bob, i knew you would know.

--


Gary


"Bob Phillips" wrote in message
...
Yews it would, as long as both criteria have to be satisfied.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
would this be the solution?

=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204),E24:E360)

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i have an original formula:
=SUMIF(G$24:G$360,G204,E$24:E$360)

but now i need to base it on 2 criteria, the other being if v204

is
in
the
range of v24:v360

this gave me the count,
=SUMPRODUCT(--(G24:G360=G204),--(V24:V360=V204))
but i need to find the sum of the 2 criteria in range e24:e360


--


Gary















Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE gholly Excel Discussion (Misc queries) 2 September 28th 09 05:07 PM
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
hlp with sumproduct! via135 Excel Worksheet Functions 7 February 23rd 06 05:24 AM
sumproduct help JR Excel Worksheet Functions 2 February 21st 06 08:39 PM


All times are GMT +1. The time now is 04:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"