#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Phippsy
 
Posts: n/a
Default Multiple IF

Is there a way of creating an IF function resulting in many options such as:
B36 "High"
B3 Between 6 and 0 "Low"
B3<0 "Negative"
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Multiple IF

Hi

Try something like this:
=IF(B36,"High",IF(B3<0,"Negative","Low"))

Hope this helps.
Andy.


"Phippsy" wrote in message
...
Is there a way of creating an IF function resulting in many options such
as:
B36 "High"
B3 Between 6 and 0 "Low"
B3<0 "Negative"



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Phippsy
 
Posts: n/a
Default Multiple IF

Excellent thanks

"Andy" wrote:

Hi

Try something like this:
=IF(B36,"High",IF(B3<0,"Negative","Low"))

Hope this helps.
Andy.


"Phippsy" wrote in message
...
Is there a way of creating an IF function resulting in many options such
as:
B36 "High"
B3 Between 6 and 0 "Low"
B3<0 "Negative"




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Multiple IF

Thanks for the feedback!

Andy.

"Phippsy" wrote in message
...
Excellent thanks

"Andy" wrote:

Hi

Try something like this:
=IF(B36,"High",IF(B3<0,"Negative","Low"))

Hope this helps.
Andy.


"Phippsy" wrote in message
...
Is there a way of creating an IF function resulting in many options
such
as:
B36 "High"
B3 Between 6 and 0 "Low"
B3<0 "Negative"






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
Move multiple rows of data that are not sequential Mel Excel Discussion (Misc queries) 1 January 20th 06 06:33 AM
AHHHH-Get Data from Multiple Excel workbooks JAA149 Excel Discussion (Misc queries) 5 October 30th 05 05:19 PM
view multiple files in multiple windows on multiple screens. tcom Excel Discussion (Misc queries) 7 September 15th 05 09:35 PM
How do i auto create multiple files from 1 with multiple sheets Kathy Excel Worksheet Functions 0 July 26th 05 01:23 AM
Can I get the mode, min, and max with multiple criteria? BobT Excel Discussion (Misc queries) 1 February 15th 05 03:20 AM


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