Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Michael E W
 
Posts: n/a
Default Nested "if" not returning expected value

I think I followed the directives of the "help" instructions but it's not
working and I'm not seeing it.

The Formula is as follows:

=IF(K2<=4.5,"TF",IF(4.5K2<=8,"LF",IF(8K2<=15,"NF ","AF")))

The result is always "AF" if the value in K2 is 4.5 and I think this is the
exact layout the help center gives.

A review from talented eyes would be appreciated.
  #2   Report Post  
Michael E W
 
Posts: n/a
Default

I figured it out but thanks anyway. I got rid of X<K2<Y. All I needed was the
Y so it could keep on going down the list. As usual, the problem in the
operator.

"Michael E W" wrote:

I think I followed the directives of the "help" instructions but it's not
working and I'm not seeing it.

The Formula is as follows:

=IF(K2<=4.5,"TF",IF(4.5K2<=8,"LF",IF(8K2<=15,"NF ","AF")))

The result is always "AF" if the value in K2 is 4.5 and I think this is the
exact layout the help center gives.

A review from talented eyes would be appreciated.

  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

Does this work for you?

=IF(K2<=4.5,"TF",IF(K2<=8,"LF",IF(K2<=15,"NF","AF" )))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Michael E W" wrote in message
...
I think I followed the directives of the "help" instructions but it's not
working and I'm not seeing it.

The Formula is as follows:

=IF(K2<=4.5,"TF",IF(4.5K2<=8,"LF",IF(8K2<=15,"NF ","AF")))

The result is always "AF" if the value in K2 is 4.5 and I think this is

the
exact layout the help center gives.

A review from talented eyes would be appreciated.


  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=IF(K2<=4.5,"TF",IF(AND(K24.5,K2<=8),"LF",IF(AND( K28,K2<=15),"NF","AF")))

Biff

"Michael E W" wrote in message
...
I think I followed the directives of the "help" instructions but it's not
working and I'm not seeing it.

The Formula is as follows:

=IF(K2<=4.5,"TF",IF(4.5K2<=8,"LF",IF(8K2<=15,"NF ","AF")))

The result is always "AF" if the value in K2 is 4.5 and I think this is
the
exact layout the help center gives.

A review from talented eyes would be appreciated.



  #5   Report Post  
Biff
 
Posts: n/a
Default

duh!

Don't know what I was thinking!

Biff

"Biff" wrote in message
...
Hi!

Try this:

=IF(K2<=4.5,"TF",IF(AND(K24.5,K2<=8),"LF",IF(AND( K28,K2<=15),"NF","AF")))

Biff

"Michael E W" wrote in message
...
I think I followed the directives of the "help" instructions but it's not
working and I'm not seeing it.

The Formula is as follows:

=IF(K2<=4.5,"TF",IF(4.5K2<=8,"LF",IF(8K2<=15,"NF ","AF")))

The result is always "AF" if the value in K2 is 4.5 and I think this is
the
exact layout the help center gives.

A review from talented eyes would be appreciated.





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
IF function with 14 nested levels Dan Fingerman Excel Worksheet Functions 3 September 5th 05 05:57 PM
Returning expected dates London Excel Worksheet Functions 1 July 23rd 05 03:31 AM
Why are my nested sub-totals are displaying incorrectly? chiefdean13 Excel Discussion (Misc queries) 1 July 20th 05 05:45 AM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
how can I exceed the nested if fuction limit Mike Excel Discussion (Misc queries) 0 January 30th 05 12:17 AM


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