#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default MIN function

I am having difficulty writing a formula to find the MIN of a list of
non-consecutive numbers that contains a lot of zeros. The formula keeps
returning zero.

How do I find the MIN greater than zero?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default MIN function

Vanessa

Try this

=MIN(IF(D1:D200,D1:D20))

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
just by pressing enter. If you do it correctly Excel will put cur;y brackets
{} around the formula. You can't type these yourself

Mike

"vanessa" wrote:

I am having difficulty writing a formula to find the MIN of a list of
non-consecutive numbers that contains a lot of zeros. The formula keeps
returning zero.

How do I find the MIN greater than zero?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default MIN function

It doesn't seem to be working for me, but maybe this is because the cells I
want the MIN of are not consecutive. So this is what I typed in:

=MIN(IF(N6,T6,Z6,AF6,AL6,AR6,AX6,BD60, N6,T6,Z6,AF6,AL6,AR6,AX6,BD6)


"Mike H" wrote:

Vanessa

Try this

=MIN(IF(D1:D200,D1:D20))

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
just by pressing enter. If you do it correctly Excel will put cur;y brackets
{} around the formula. You can't type these yourself

Mike

"vanessa" wrote:

I am having difficulty writing a formula to find the MIN of a list of
non-consecutive numbers that contains a lot of zeros. The formula keeps
returning zero.

How do I find the MIN greater than zero?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default MIN function

Vanessa,

I missed the discontiguous bit, Try this instead

=MIN(IF((MOD(COLUMN(N6:BD6),6)=2)*(N6:BD60),N6:BD 6))

Still ARRAY entered with CTRL+Shift+Enter

Mike

"vanessa" wrote:

It doesn't seem to be working for me, but maybe this is because the cells I
want the MIN of are not consecutive. So this is what I typed in:

=MIN(IF(N6,T6,Z6,AF6,AL6,AR6,AX6,BD60, N6,T6,Z6,AF6,AL6,AR6,AX6,BD6)


"Mike H" wrote:

Vanessa

Try this

=MIN(IF(D1:D200,D1:D20))

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
just by pressing enter. If you do it correctly Excel will put cur;y brackets
{} around the formula. You can't type these yourself

Mike

"vanessa" wrote:

I am having difficulty writing a formula to find the MIN of a list of
non-consecutive numbers that contains a lot of zeros. The formula keeps
returning zero.

How do I find the MIN greater than zero?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default MIN function

Perfect. Thank you!

"Mike H" wrote:

Vanessa,

I missed the discontiguous bit, Try this instead

=MIN(IF((MOD(COLUMN(N6:BD6),6)=2)*(N6:BD60),N6:BD 6))

Still ARRAY entered with CTRL+Shift+Enter

Mike

"vanessa" wrote:

It doesn't seem to be working for me, but maybe this is because the cells I
want the MIN of are not consecutive. So this is what I typed in:

=MIN(IF(N6,T6,Z6,AF6,AL6,AR6,AX6,BD60, N6,T6,Z6,AF6,AL6,AR6,AX6,BD6)


"Mike H" wrote:

Vanessa

Try this

=MIN(IF(D1:D200,D1:D20))

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
just by pressing enter. If you do it correctly Excel will put cur;y brackets
{} around the formula. You can't type these yourself

Mike

"vanessa" wrote:

I am having difficulty writing a formula to find the MIN of a list of
non-consecutive numbers that contains a lot of zeros. The formula keeps
returning zero.

How do I find the MIN greater than zero?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default MIN function

Glad I could help

"vanessa" wrote:

Perfect. Thank you!

"Mike H" wrote:

Vanessa,

I missed the discontiguous bit, Try this instead

=MIN(IF((MOD(COLUMN(N6:BD6),6)=2)*(N6:BD60),N6:BD 6))

Still ARRAY entered with CTRL+Shift+Enter

Mike

"vanessa" wrote:

It doesn't seem to be working for me, but maybe this is because the cells I
want the MIN of are not consecutive. So this is what I typed in:

=MIN(IF(N6,T6,Z6,AF6,AL6,AR6,AX6,BD60, N6,T6,Z6,AF6,AL6,AR6,AX6,BD6)


"Mike H" wrote:

Vanessa

Try this

=MIN(IF(D1:D200,D1:D20))

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
just by pressing enter. If you do it correctly Excel will put cur;y brackets
{} around the formula. You can't type these yourself

Mike

"vanessa" wrote:

I am having difficulty writing a formula to find the MIN of a list of
non-consecutive numbers that contains a lot of zeros. The formula keeps
returning zero.

How do I find the MIN greater than zero?

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
ISBLANK function not working when cell is blank dut to function re mcmilja Excel Discussion (Misc queries) 9 May 7th 23 03:43 AM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 06:40 AM.

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

About Us

"It's about Microsoft Excel"