Lowest numbers

O

One-Leg

I'll try to explain my situation...

I have a budget in Excel that goes until the end of 2006.

In one colum ("G"), I have the remaining balance of my bank account. In the
next colum ("H"), I put an X in the cells where the dates have allready
passed.

I would like to have, in cell "F2", the lowest amount of money I have left
until the end of my budget.

If I'm not clear enough, please send my a private message and I'll send you
an example of what I'm looking for...

Thanks!!!
 
J

Jim May

Biff:
Using H:H and G:G produced #num!
Editing to H3:H50 and G3:G50 produced $7,500.00 << Correct Amt
Both entered as CSE.
Are complete column references not usable for some reason?
TIA,
Jim
 
R

Ron Rosenfeld

Are complete column references not usable for some reason?

You cannot use complete column references in array-formulas. The
<ctrl><shift><enter> sequence makes this an array formula.

Worksheet arrays Limited by available memory. Also, arrays cannot refer to
entire columns. For example, an array cannot refer to the entire column C:C or
to the range C1:C65536. However, an array can refer to the range C1:D65535
because the range is one row short of the maximum worksheet size and does not
include the entire C or D column.

However, you can refer to entire rows.


--ron
 
J

Jim May

Much appreciated Ron,
Jim

Ron Rosenfeld said:
You cannot use complete column references in array-formulas. The
<ctrl><shift><enter> sequence makes this an array formula.

Worksheet arrays Limited by available memory. Also, arrays cannot refer to
entire columns. For example, an array cannot refer to the entire column C:C or
to the range C1:C65536. However, an array can refer to the range C1:D65535
because the range is one row short of the maximum worksheet size and does not
include the entire C or D column.

However, you can refer to entire rows.


--ron
 
Top