Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / September 2007

Tip: Looking for answers? Try searching our database.

Excel Formula Question!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Killer - 22 Sep 2007 05:06 GMT
This formula works fine but it enters results before all data has been entered.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(MIN(IF(AP10:AP49>=0,AP10:AP49)),AP10:AP49,0)))

My question is can this be prevented until the all data has been entered?

Thanks ahead!
T. Valko - 22 Sep 2007 05:40 GMT
Which range are you "keying" on that needs to have all the data entered?

You should be able to add an IF function to the beginning of the formula to
test that "all data" has been entered. Sort of like this:

=IF(COUNT(B10:B49)<40,"",INDEX(................))))

That will leave the cell blank until *every* cell in B10:B49 has a number in
it.

Signature

Biff
Microsoft Excel MVP

> This formula works fine but it enters results before all data has been
> entered.
[quoted text clipped - 4 lines]
>
> Thanks ahead!
Killer - 22 Sep 2007 21:54 GMT
Well B10:B49 has a list of names in alphabetical order only

AN10:AN49 has no numbers entered yet and until then it shouldn’t list a
person name with this formula below is what I’m trying to-do.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(MIN(IF(AP10:AP49>=0,AP10:AP49)),AP10:AP49,0)))

> Which range are you "keying" on that needs to have all the data entered?
>
[quoted text clipped - 14 lines]
> >
> > Thanks ahead!
T. Valko - 23 Sep 2007 03:14 GMT
Ok, then use something like this:

=IF(COUNT(AN10:AN49)<40,"",INDEX(................))))

Signature

Biff
Microsoft Excel MVP

> Well B10:B49 has a list of names in alphabetical order only
>
[quoted text clipped - 24 lines]
>> >
>> > Thanks ahead!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.