Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Evaluating more than 30 conditions using a formula

I have been using the AND function in my spreasheet and it has been working
great until now, when my conditions to be tested have increased to 35. AND
Will only evaluate 30 conditions. What can I do to evaluate all of them?
Formula I have been using is below:

=IF(AND(H11="",I11="",J11="",K11="",L11="",M11="", N11="",O11="",P11="",Q11="",R11="",S11="",T11="",U 11="",V11="",W11="",X11="",Y11="",Z11="",AA11="",A B11="",AC11="",AD11="",AE11="",AF11=""),0,LOOKUP(L ARGE(H11:AL11,1),H11:AL11,$H$8:$AL$8))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Evaluating more than 30 conditions using a formula

Try this alternative

=IF(COUNT(H11:AF11)<25,0,LOOKUP(LARGE(H11:AL11,1) ,H11:AL11,$H$8:$AL$8))

Mike

"bevchapman" wrote:

I have been using the AND function in my spreasheet and it has been working
great until now, when my conditions to be tested have increased to 35. AND
Will only evaluate 30 conditions. What can I do to evaluate all of them?
Formula I have been using is below:

=IF(AND(H11="",I11="",J11="",K11="",L11="",M11="", N11="",O11="",P11="",Q11="",R11="",S11="",T11="",U 11="",V11="",W11="",X11="",Y11="",Z11="",AA11="",A B11="",AC11="",AD11="",AE11="",AF11=""),0,LOOKUP(L ARGE(H11:AL11,1),H11:AL11,$H$8:$AL$8))

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Evaluating more than 30 conditions using a formula

Try this:

=IF(COUNTBLANK(H11:AL11),0,LOOKUP(MAX(H11:AL11),H8 :AL8))

--
Biff
Microsoft Excel MVP


"bevchapman" wrote in message
...
I have been using the AND function in my spreasheet and it has been working
great until now, when my conditions to be tested have increased to 35.
AND
Will only evaluate 30 conditions. What can I do to evaluate all of them?
Formula I have been using is below:

=IF(AND(H11="",I11="",J11="",K11="",L11="",M11="", N11="",O11="",P11="",Q11="",R11="",S11="",T11="",U 11="",V11="",W11="",X11="",Y11="",Z11="",AA11="",A B11="",AC11="",AD11="",AE11="",AF11=""),0,LOOKUP(L ARGE(H11:AL11,1),H11:AL11,$H$8:$AL$8))



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
Adding a Number and Formula Text and Evaluating obrien234 Excel Worksheet Functions 1 July 1st 08 09:02 PM
evaluating text as if it were a formula Peter Facey Excel Discussion (Misc queries) 2 January 31st 08 05:20 PM
Lookup formula not evaluating correctly sifuentes Excel Discussion (Misc queries) 3 May 7th 07 06:44 PM
Evaluating Rank to determine formula Mary Excel Worksheet Functions 5 September 10th 05 05:33 AM
If formula evaluating 2 cells contents N E Body Excel Worksheet Functions 3 August 17th 05 06:54 PM


All times are GMT +1. The time now is 12:29 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"