Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lee
 
Posts: n/a
Default Formula with mulitple condtions

What formula could I use to include all of the following condtions?

If < 1000 then Semi Annually
If 1000<2000 then Quarterly
If 2000 then Monthly

I really hope someone can help with this!

  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

=If(a1<1000,"Semi Annually",if(a11000,"Quarterly","Monthly")))
However, you should decide which side to put exactly 1000 on, and what
happens if a1 is 0 or less?
Maybe this will help:
http://www.officearticles.com/excel/...soft_excel.htm
************
Anne Troy
www.OfficeArticles.com

"Lee" wrote in message
...
What formula could I use to include all of the following condtions?

If < 1000 then Semi Annually
If 1000<2000 then Quarterly
If 2000 then Monthly

I really hope someone can help with this!



  #3   Report Post  
BenjieLop
 
Posts: n/a
Default


Lee Wrote:
What formula could I use to include all of the following condtions?

If < 1000 then Semi Annually
If 1000<2000 then Quarterly
If 2000 then Monthly

I really hope someone can help with this!


What happens if A1=1000?

Anyway, try this,

=IF(A1<1000,\"SEMI
ANNUALLY,IF(AND(A11000,A1<2000),\"QUARTERLY,\"MON THLY\"))

BTW, even if you also do not have anything for A1=2000, the formula
above will
return "Monthly" for all values of A1=2000.



Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=470101

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
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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