LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #13   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default Problem with Function

Hi,
I know, but sometimes it's nice to know if your own formula could have
worked, even if it isn't the most streamlined way to achieve the purpose.
Dave.

"David Biddulph" wrote:

But, as has already been pointed out by Per Jessen, you don't need to test
for <4.6 because you've previously tested for =4.6.
(... just as you don't need to test for 4, because you had previously
tested for <=4).

Instead of
=IF(N6=4.6,"Assertive",IF(N6<=4,"Not
Assertive",IF(AND(N64,N6<4.6),"Somewhat Assertive")))
you merely need
=IF(N6=4.6,"Assertive",IF(N6<=4,"Not Assertive","Somewhat Assertive"))
--
David Biddulph

"Dave" wrote in message
...
Hi,
The <=4.5 inside the AND statement also needs to be changed to <4.6
Otherwise values between 4.5 and 4.59 will return "FALSE"
Sorry, should've noticed that the first time.
Dave.




 
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
Problem with IRR function Keith Excel Worksheet Functions 2 May 21st 07 01:40 PM
Function problem Winnie Excel Discussion (Misc queries) 2 October 9th 06 01:31 PM
Problem with IF function haitch2 Excel Worksheet Functions 3 October 10th 05 01:05 AM
FV Function Problem TerryG Excel Worksheet Functions 3 June 13th 05 09:26 PM
IF function problem dvonj Excel Worksheet Functions 13 March 10th 05 01:13 PM


All times are GMT +1. The time now is 07:59 AM.

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"