#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default sumif? array enter?

Hi all,

I want to sum in column F those cells for which in their row one or more
cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula? (not
VBA)
Your help will be appreciated.

Jack Sons
The Netherlands


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default sumif? array enter?

How many rows of data do you have?

This is limited to no more than 5461 rows.

=SUMPRODUCT(--(MMULT(--(AK2:AO10<""),{1;1;1;1;1})0),F2:F10)

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
Hi all,

I want to sum in column F those cells for which in their row one or more
cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula? (not
VBA)
Your help will be appreciated.

Jack Sons
The Netherlands



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default sumif? array enter?

T,

Works like a charm, many thanks.

Never thought of MMULT and certainly not of using it in this way. Very
useful if a column in the range is to be excluded, e.g. with (1;1;1;0;1}

By the way, my (Dutch) version of Excel2k shows {1\1\1\1\1}in stead of
{1;1;1;1;1}. I know the difference between European and USA version with
respect to ; in stead of , in formulas. But \ in stead of ; is new for me.
Can I excpect that also in other cases?

Jack.


"T. Valko" schreef in bericht
...
How many rows of data do you have?

This is limited to no more than 5461 rows.

=SUMPRODUCT(--(MMULT(--(AK2:AO10<""),{1;1;1;1;1})0),F2:F10)

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
Hi all,

I want to sum in column F those cells for which in their row one or more
cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula?
(not VBA)
Your help will be appreciated.

Jack Sons
The Netherlands





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default sumif? array enter?

But \ in stead of ; is new for me.
Can I excpect that also in other cases?


I have no idea! I work strictly with U.S. English versions of Excel.

In U.S. English versions semi-colons denote a vertical array: {1;1;1;1;1}.

Commas are used for a horizontal array: {1,1,1,1,1}.


--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
T,

Works like a charm, many thanks.

Never thought of MMULT and certainly not of using it in this way. Very
useful if a column in the range is to be excluded, e.g. with (1;1;1;0;1}

By the way, my (Dutch) version of Excel2k shows {1\1\1\1\1}in stead of
{1;1;1;1;1}. I know the difference between European and USA version with
respect to ; in stead of , in formulas. But \ in stead of ; is new for me.
Can I excpect that also in other cases?

Jack.


"T. Valko" schreef in bericht
...
How many rows of data do you have?

This is limited to no more than 5461 rows.

=SUMPRODUCT(--(MMULT(--(AK2:AO10<""),{1;1;1;1;1})0),F2:F10)

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
Hi all,

I want to sum in column F those cells for which in their row one or more
cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula?
(not VBA)
Your help will be appreciated.

Jack Sons
The Netherlands







  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default sumif? array enter?

T,

How if I want to sum in row 15 those cells for which in their column one or
more
cells in the range AO20:AO40 is not empty.
I tried but did not succeed, feel dumb.
Again your help will be appreciated.

Jack.




"T. Valko" schreef in bericht
...
But \ in stead of ; is new for me.
Can I excpect that also in other cases?


I have no idea! I work strictly with U.S. English versions of Excel.

In U.S. English versions semi-colons denote a vertical array: {1;1;1;1;1}.

Commas are used for a horizontal array: {1,1,1,1,1}.


--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
T,

Works like a charm, many thanks.

Never thought of MMULT and certainly not of using it in this way. Very
useful if a column in the range is to be excluded, e.g. with (1;1;1;0;1}

By the way, my (Dutch) version of Excel2k shows {1\1\1\1\1}in stead of
{1;1;1;1;1}. I know the difference between European and USA version with
respect to ; in stead of , in formulas. But \ in stead of ; is new for
me. Can I excpect that also in other cases?

Jack.


"T. Valko" schreef in bericht
...
How many rows of data do you have?

This is limited to no more than 5461 rows.

=SUMPRODUCT(--(MMULT(--(AK2:AO10<""),{1;1;1;1;1})0),F2:F10)

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
Hi all,

I want to sum in column F those cells for which in their row one or
more cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula?
(not VBA)
Your help will be appreciated.

Jack Sons
The Netherlands











  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default sumif? array enter?

T,

Sorry, in my previous post read AO20:AT40 (in stead of AO20:AO40 ).

Jack.

"T. Valko" schreef in bericht
...
But \ in stead of ; is new for me.
Can I excpect that also in other cases?


I have no idea! I work strictly with U.S. English versions of Excel.

In U.S. English versions semi-colons denote a vertical array: {1;1;1;1;1}.

Commas are used for a horizontal array: {1,1,1,1,1}.


--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
T,

Works like a charm, many thanks.

Never thought of MMULT and certainly not of using it in this way. Very
useful if a column in the range is to be excluded, e.g. with (1;1;1;0;1}

By the way, my (Dutch) version of Excel2k shows {1\1\1\1\1}in stead of
{1;1;1;1;1}. I know the difference between European and USA version with
respect to ; in stead of , in formulas. But \ in stead of ; is new for
me. Can I excpect that also in other cases?

Jack.


"T. Valko" schreef in bericht
...
How many rows of data do you have?

This is limited to no more than 5461 rows.

=SUMPRODUCT(--(MMULT(--(AK2:AO10<""),{1;1;1;1;1})0),F2:F10)

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
Hi all,

I want to sum in column F those cells for which in their row one or
more cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula?
(not VBA)
Your help will be appreciated.

Jack Sons
The Netherlands









  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default sumif? array enter?

Not sure I understand you.

Do you want to check the 15th row of the range AO20:AT40 and if any cell on
that row is not empty then return the corresponding value from column F?

The 15th row of that range would be AO34:AT34 and the corresponding value
would be in cell F34.

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
T,

Sorry, in my previous post read AO20:AT40 (in stead of AO20:AO40 ).

Jack.

"T. Valko" schreef in bericht
...
But \ in stead of ; is new for me.
Can I excpect that also in other cases?


I have no idea! I work strictly with U.S. English versions of Excel.

In U.S. English versions semi-colons denote a vertical array:
{1;1;1;1;1}.

Commas are used for a horizontal array: {1,1,1,1,1}.


--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
T,

Works like a charm, many thanks.

Never thought of MMULT and certainly not of using it in this way. Very
useful if a column in the range is to be excluded, e.g. with
(1;1;1;0;1}

By the way, my (Dutch) version of Excel2k shows {1\1\1\1\1}in stead of
{1;1;1;1;1}. I know the difference between European and USA version with
respect to ; in stead of , in formulas. But \ in stead of ; is new for
me. Can I excpect that also in other cases?

Jack.


"T. Valko" schreef in bericht
...
How many rows of data do you have?

This is limited to no more than 5461 rows.

=SUMPRODUCT(--(MMULT(--(AK2:AO10<""),{1;1;1;1;1})0),F2:F10)

--
Biff
Microsoft Excel MVP


"Jack Sons" wrote in message
...
Hi all,

I want to sum in column F those cells for which in their row one or
more cells in the range AK:AO is not empty.
I tried but did not succeed. Possibly whith an array entered formula?
(not VBA)
Your help will be appreciated.

Jack Sons
The Netherlands











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
Array formula SUMIF with 2D sum_range array Rich_84 Excel Worksheet Functions 3 April 3rd 09 10:46 PM
I can't enter an array in Excel 2007 dy Excel Discussion (Misc queries) 0 December 8th 08 09:40 AM
I can't enter an array in Excel 2007 dy Excel Worksheet Functions 2 December 5th 08 04:45 PM
enter doesn't work with sumif Infrascanner Excel Worksheet Functions 1 January 27th 06 04:32 PM
Proper way to enter array formula Phil Excel Worksheet Functions 3 October 20th 05 02:44 PM


All times are GMT +1. The time now is 07:18 PM.

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"