Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
DLL DLL is offline
external usenet poster
 
Posts: 13
Default How do you apply criteria in order of preference?

For example:

1.If bad number is submitted
2. If any score is 500
3.If any score is below 100
4. If two column's average 200...

I can do the formula's to give the above information but I do not know how
to apply the above in order of preference as in 1, 2, 3, 4 (above) Thanks for
any help
  #2   Report Post  
Posted to microsoft.public.excel.misc
No Name
 
Posts: n/a
Default How do you apply criteria in order of preference?

One way;

=IF(NOT(ISNUMBER(TEST)),"Entry error",IF(TEST=500,"SCORE = 500",IF(TEST<100,
"Score is less than 100",IF(AVERAGE(TEST)=200,"Average is 200","Something
Else"))))

*Note that excel has a limit of seven nested statements.
Hope this helps.
DK


"DLL" wrote in message
...
For example:

1.If bad number is submitted
2. If any score is 500
3.If any score is below 100
4. If two column's average 200...

I can do the formula's to give the above information but I do not know how
to apply the above in order of preference as in 1, 2, 3, 4 (above) Thanks
for
any help



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default How do you apply criteria in order of preference?

Hi,

are you writing a formula, creating a criteria for a filter, or creating a
conditional format or data validation? Or maybe you are writing a macro?
What do you mean by order of preference? if bad number is submitted what do
you want to do. And what do you want to do if each of the three other
conditions succeed or fail? What version of Excel are you using?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"DLL" wrote:

For example:

1.If bad number is submitted
2. If any score is 500
3.If any score is below 100
4. If two column's average 200...

I can do the formula's to give the above information but I do not know how
to apply the above in order of preference as in 1, 2, 3, 4 (above) Thanks for
any help

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default How do you apply criteria in order of preference?

=IF(OR(NOT(ISNUMBER(A1)),A1=500,AVERAGE(A2,B2)<200 ,A1<100),"False",A1)
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
How to apply date range criteria Nina Excel Worksheet Functions 2 March 16th 09 04:17 PM
Print preference changes when e-mailed - WHY Ronda Excel Worksheet Functions 4 October 20th 08 08:37 PM
printing preference m2 Excel Discussion (Misc queries) 2 March 12th 08 07:05 PM
How come I need to enter a cell in order for the formatting to apply correctly??? [email protected] Excel Discussion (Misc queries) 1 October 17th 06 08:08 PM
how to disable ms exchange as email preference Cathy Excel Discussion (Misc queries) 0 February 21st 06 07:44 AM


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