Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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!!! |
#2
![]() |
|||
|
|||
![]()
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!!! |
#3
![]() |
|||
|
|||
![]()
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!!! |
#4
![]() |
|||
|
|||
![]()
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!!! |
#5
![]() |
|||
|
|||
![]()
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!!! |
#6
![]() |
|||
|
|||
![]()
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 |
#7
![]() |
|||
|
|||
![]()
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 |
#8
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking Winning Numbers in the Lottery. | Excel Discussion (Misc queries) | |||
I need a formula to add the 3 lowest numbers out of 5. | Excel Worksheet Functions | |||
Possible to pick out the lowest eight numbers in a row? | Excel Discussion (Misc queries) | |||
How do I drop the lowest 2 numbers and then average? | Excel Worksheet Functions | |||
Formula for comparing 3 numbers and resulting in the lowest of the | Excel Worksheet Functions |