ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Lowest numbers (https://www.excelbanter.com/excel-discussion-misc-queries/27854-lowest-numbers.html)

One-Leg

Lowest numbers
 
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!!!

Biff

Hi!

If I'm not clear enough


Well, I'll take a guess anyhow!

Entered with the key combo of CTRL,SHIFT,ENTER:

=MIN(IF(H:H<"X",G:G))

Biff

"One-Leg" wrote in message
...
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!!!




One-Leg

And where do I put this???

"Biff" wrote:

Hi!

If I'm not clear enough


Well, I'll take a guess anyhow!

Entered with the key combo of CTRL,SHIFT,ENTER:

=MIN(IF(H:H<"X",G:G))

Biff

"One-Leg" wrote in message
...
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!!!





Peo Sjoblom

F2?

--
Regards,

Peo Sjoblom


"One-Leg" wrote in message
...
And where do I put this???

"Biff" wrote:

Hi!

If I'm not clear enough


Well, I'll take a guess anyhow!

Entered with the key combo of CTRL,SHIFT,ENTER:

=MIN(IF(H:H<"X",G:G))

Biff

"One-Leg" wrote in message
...
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!!!






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

"Biff" wrote in message
...
Hi!

If I'm not clear enough


Well, I'll take a guess anyhow!

Entered with the key combo of CTRL,SHIFT,ENTER:

=MIN(IF(H:H<"X",G:G))

Biff

"One-Leg" wrote in message
...
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!!!






Ron Rosenfeld

On Thu, 26 May 2005 04:16:09 -0400, "Jim May" wrote:

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

Jim May

Much appreciated Ron,
Jim

"Ron Rosenfeld" wrote in message
...
On Thu, 26 May 2005 04:16:09 -0400, "Jim May" wrote:

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




Biff

Hi!

Yeah, I should have caught that myself. Sometimes I hurry my response
without thinking!

In addition to Ron's info, see this KB article:

http://support.microsoft.com/default...b;en-us;166342

Biff

"Jim May" wrote in message
news:meile.18790$Fv.15308@lakeread01...
Much appreciated Ron,
Jim

"Ron Rosenfeld" wrote in message
...
On Thu, 26 May 2005 04:16:09 -0400, "Jim May" wrote:

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







All times are GMT +1. The time now is 09:25 AM.

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