Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Excel Formula Question!

This formula works fine but it enters results before all data has been entered.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP 49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(M IN(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!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Excel Formula Question!

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.

--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
This formula works fine but it enters results before all data has been
entered.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP 49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(M IN(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!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Excel Formula Question!

Well B10:B49 has a list of names in alphabetical order only

AN10:AN49 has no numbers entered yet and until then it shouldnt list a
person name with this formula below is what Im trying to-do.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP 49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(M IN(IF(AP10:AP49=0,AP10:AP49)),AP10:AP49,0)))


"T. Valko" wrote:

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.

--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
This formula works fine but it enters results before all data has been
entered.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP 49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(M IN(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!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Excel Formula Question!

Ok, then use something like this:

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


--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
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:AP 49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(M IN(IF(AP10:AP49=0,AP10:AP49)),AP10:AP49,0)))


"T. Valko" wrote:

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.

--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
This formula works fine but it enters results before all data has been
entered.

=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP 49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(M IN(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!






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
Formula Question for Excel Formula applied to whole spreadsheet? Excel Discussion (Misc queries) 2 September 19th 07 03:42 PM
Excel formula question. Jaycee Excel Worksheet Functions 10 November 17th 06 04:52 PM
Excel Formula Question Mark Excel Worksheet Functions 2 October 13th 06 05:12 PM
excel formula question Mona Excel Worksheet Functions 3 August 22nd 06 05:49 AM
An Excel Formula Question JWCardington Excel Worksheet Functions 6 September 24th 05 09:00 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"