#1   Report Post  
Matt
 
Posts: n/a
Default IF THEN STATEMENT

I need a formula to say if(A1<-1,"B",if(A11,"S") but if it is between -1 and
1 then "---" or if it is = --- then also ---.

Any ideas? Thank you
  #2   Report Post  
Kassie
 
Posts: n/a
Default

Hi Matt

=IF(A1<-1,"B",IF(A11,"S",IF(AND(A1<1,A1-1),"---",IF(A1="---","---"))))
You don't say what happens when it equals 1 or -1. If you need that, you
can change the AND part to <= and =. Also, you do not specify what happens
if all conditions evaluate to false. To cater for that, I would put a comma
before the first clsing bracket, and add in something like "" to let the cell
evaluate to nothing
--
ve_2nd_at. Randburg, Gauteng, South Africa


"Matt" wrote:

I need a formula to say if(A1<-1,"B",if(A11,"S") but if it is between -1 and
1 then "---" or if it is = --- then also ---.

Any ideas? Thank you

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
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
How to calculate a sum as one outcome of an IF statement barb in NC Excel Worksheet Functions 2 March 31st 05 08:01 PM
How do I fix a circular reference in a financial statement? drjayhawk25 Excel Discussion (Misc queries) 0 February 7th 05 05:19 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM
Statement lintan Excel Worksheet Functions 1 December 2nd 04 11:31 PM


All times are GMT +1. The time now is 11:01 AM.

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"