Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Making my Formula F1 Race

What I am trying to do is make Excel provide me with the next bill due.

In F1, I have:

=IF(ISERROR(MATCH("*",F4:F2000,-1)),"*",INDEX(F4:F2000,MATCH("*",F4:F2000,-1))) (provided by Stefi)

In cells A4:A2000, I manually place an "x" and the formula in F1 works.

In cells C:C, I will have the dates my bills are due, e.g.

c4 | 12/02/06
c5 | 12/10/06
c6 | 12/15/06
c7 | 12/20/06

Cells F4:f2000 checks to see if A4:A2000 is checked, e.g.

F4 =IF(A4<"",B4,"")
F5 =IF(A5<"",B5,"")
ETC.

Now, the F1 formula works perfectly if I don't have any blank cells in
A4:a(Whatever the last cell that I have an x). In other words, if I put an
"x" by the next bill due, F1 formula does what its supposed to. However, if
I remove the preceding x, then the F1 formula seems to balk.

Any suggestions on how to make the F1 formula work the way I need?

Thanks in advance.

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
making a formula that will display a "word" in multile cells xspacex Excel Worksheet Functions 1 July 30th 06 02:14 AM
Can this be done using an array formula ? borntorun75 Excel Worksheet Functions 4 May 4th 06 12:24 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
MAKING A FORMULA FOR CHANGING AMOUNTS BRUCE Excel Discussion (Misc queries) 2 December 2nd 05 07:45 PM


All times are GMT +1. The time now is 01:03 PM.

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"