Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default how do I write a formula for if b4 is between 1 and 100 then good

how do I write a formula for if b4 is between 1 and 100 then good or between
101 and 200 no good or 201 and 300 stop?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default how do I write a formula for if b4 is between 1 and 100 then good

=if(b1<=100,"good",if(b1<=200,"No good","stop"))

"billy boy" wrote:

how do I write a formula for if b4 is between 1 and 100 then good or between
101 and 200 no good or 201 and 300 stop?
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default how do I write a formula for if b4 is between 1 and 100 then g

My fault, I should have been a little more clearer. What I need is if b4is
betwwen 234 and 544 then good between 544 and 800 then no good between 801
and 1245 then good.
Thanks


"Toppers" wrote:

=if(b1<=100,"good",if(b1<=200,"No good","stop"))

"billy boy" wrote:

how do I write a formula for if b4 is between 1 and 100 then good or between
101 and 200 no good or 201 and 300 stop?
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default how do I write a formula for if b4 is between 1 and 100 then g

=if(or(and(b4=234,b4<=544),and(b4=801,B4<=1245)) <"good",if(and(B4544,B4<=800),"no Good","otherwise")
you may have to play with whether 544 is good or bad

"billy boy" wrote:

My fault, I should have been a little more clearer. What I need is if b4is
betwwen 234 and 544 then good between 544 and 800 then no good between 801
and 1245 then good.
Thanks


"Toppers" wrote:

=if(b1<=100,"good",if(b1<=200,"No good","stop"))

"billy boy" wrote:

how do I write a formula for if b4 is between 1 and 100 then good or between
101 and 200 no good or 201 and 300 stop?
Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default how do I write a formula for if b4 is between 1 and 100 then g

Bj, something dont work, i get FALSE
Is the formula correct?
Thanks

"bj" wrote:

=if(or(and(b4=234,b4<=544),and(b4=801,B4<=1245)) <"good",if(and(B4544,B4<=800),"no Good","otherwise")
you may have to play with whether 544 is good or bad

"billy boy" wrote:

My fault, I should have been a little more clearer. What I need is if b4is
betwwen 234 and 544 then good between 544 and 800 then no good between 801
and 1245 then good.
Thanks


"Toppers" wrote:

=if(b1<=100,"good",if(b1<=200,"No good","stop"))

"billy boy" wrote:

how do I write a formula for if b4 is between 1 and 100 then good or between
101 and 200 no good or 201 and 300 stop?
Thanks



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default how do I write a formula for if b4 is between 1 and 100 then g

Try:

=IF((B4=234)*(B4<=1245), IF((B4544)*(B4<=800),"No good","Good"),"Other")

Tim C

"billy boy" wrote in message
...
My fault, I should have been a little more clearer. What I need is if b4is
betwwen 234 and 544 then good between 544 and 800 then no good between 801
and 1245 then good.
Thanks


"Toppers" wrote:

=if(b1<=100,"good",if(b1<=200,"No good","stop"))

"billy boy" wrote:

how do I write a formula for if b4 is between 1 and 100 then good or
between
101 and 200 no good or 201 and 300 stop?
Thanks



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
Worksheet looks good in print, not so good on-screen Betsy Excel Discussion (Misc queries) 6 February 9th 07 02:16 AM
Just when you think you've got a good formula.... I need helpwith Meenie Excel Discussion (Misc queries) 7 January 15th 07 09:01 PM
=%A%1, is this a good formula in Excel 2000? Heidi123 Excel Discussion (Misc queries) 3 April 26th 06 03:00 PM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
How do I make this formula work =if(a1=(b10:b20),"good","bad"). AK Excel Worksheet Functions 2 December 2nd 04 01:13 AM


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