ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   SUMIF INDIRECT (https://www.excelbanter.com/excel-worksheet-functions/57526-sumif-indirect.html)

Alectrical

SUMIF INDIRECT
 
Hi

Can anyone tell me how to sum a range of numbers in column D, provided that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec

Bob Phillips

SUMIF INDIRECT
 
=SUMPRODUCT(--(A2:A200="Apples"),--(C2:C200="Oranges"),D2:D200)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided

that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec





SUMIF INDIRECT
 
Hi

Try something like this:

=SUMPRODUCT((A2:A1000="Apples")*(C2:C1000="Oranges ")*(D2:D1000))

When using Sumproduct, make sure that the ranges are all the same size and
are not full columns.

Hope this helps.
Andy.

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided
that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec




Alectrical

SUMIF INDIRECT
 
Thanks Bob

"Bob Phillips" wrote:

=SUMPRODUCT(--(A2:A200="Apples"),--(C2:C200="Oranges"),D2:D200)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided

that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec





Alectrical

SUMIF INDIRECT
 
Thanks Andy, your function works on a new sheet, but when I type the
following function into an existing sheet I get the #VALUE message. Any ideas.

=SUMPRODUCT((A13:A6000="IO")*(F13:F6000="2PLC")*(H 13:H6000))

"Andy" wrote:

Hi

Try something like this:

=SUMPRODUCT((A2:A1000="Apples")*(C2:C1000="Oranges ")*(D2:D1000))

When using Sumproduct, make sure that the ranges are all the same size and
are not full columns.

Hope this helps.
Andy.

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided
that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec





Bob Phillips

SUMIF INDIRECT
 
Do you have text in H13:H6000? IF so, correct it or use my format.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Alectrical" wrote in message
...
Thanks Andy, your function works on a new sheet, but when I type the
following function into an existing sheet I get the #VALUE message. Any

ideas.

=SUMPRODUCT((A13:A6000="IO")*(F13:F6000="2PLC")*(H 13:H6000))

"Andy" wrote:

Hi

Try something like this:

=SUMPRODUCT((A2:A1000="Apples")*(C2:C1000="Oranges ")*(D2:D1000))

When using Sumproduct, make sure that the ranges are all the same size

and
are not full columns.

Hope this helps.
Andy.

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided
that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec








SUMIF INDIRECT
 
Hi

You must have a text value in your H range.

Andy.

"Alectrical" wrote in message
...
Thanks Andy, your function works on a new sheet, but when I type the
following function into an existing sheet I get the #VALUE message. Any
ideas.

=SUMPRODUCT((A13:A6000="IO")*(F13:F6000="2PLC")*(H 13:H6000))

"Andy" wrote:

Hi

Try something like this:

=SUMPRODUCT((A2:A1000="Apples")*(C2:C1000="Oranges ")*(D2:D1000))

When using Sumproduct, make sure that the ranges are all the same size
and
are not full columns.

Hope this helps.
Andy.

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided
that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec







Alectrical

SUMIF INDIRECT
 
Thanks Bob, you've been very helpful



"Bob Phillips" wrote:

Do you have text in H13:H6000? IF so, correct it or use my format.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Alectrical" wrote in message
...
Thanks Andy, your function works on a new sheet, but when I type the
following function into an existing sheet I get the #VALUE message. Any

ideas.

=SUMPRODUCT((A13:A6000="IO")*(F13:F6000="2PLC")*(H 13:H6000))

"Andy" wrote:

Hi

Try something like this:

=SUMPRODUCT((A2:A1000="Apples")*(C2:C1000="Oranges ")*(D2:D1000))

When using Sumproduct, make sure that the ranges are all the same size

and
are not full columns.

Hope this helps.
Andy.

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided
that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec







Alectrical

SUMIF INDIRECT
 
Thanks again Andy, you've been very helpful


"Andy" wrote:

Hi

You must have a text value in your H range.

Andy.

"Alectrical" wrote in message
...
Thanks Andy, your function works on a new sheet, but when I type the
following function into an existing sheet I get the #VALUE message. Any
ideas.

=SUMPRODUCT((A13:A6000="IO")*(F13:F6000="2PLC")*(H 13:H6000))

"Andy" wrote:

Hi

Try something like this:

=SUMPRODUCT((A2:A1000="Apples")*(C2:C1000="Oranges ")*(D2:D1000))

When using Sumproduct, make sure that the ranges are all the same size
and
are not full columns.

Hope this helps.
Andy.

"Alectrical" wrote in message
...
Hi

Can anyone tell me how to sum a range of numbers in column D, provided
that
adjacent cells in row A contain "Apples" and row C contain "Oranges".

Thanks
Alec








All times are GMT +1. The time now is 03:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com