Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 385
Default Help with nested IF statements

Ok here is what i am neededing help with i have to write a nested IF formula
that meets the following conditions, and after working on it for hours i have
decided i need help.

Companies are categorized according to their market capitalization.
Microcaps are companies with market value below $300 million. Small caps are
the ones between $300 mil and $2 billion, Mid caps are the ones between $2
billion and $10 billion. Large caps are the ones between $10 billion and $200
billion, and Mega caps are the ones above $200 billion, if there is no
market cap then they are blank.

can someone please tell me the best way/formula for this equation, i know
that i need to have 4 IF statements im just confused on exactly how to do the
ones that are one amount between another.

thanks so much for any help!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Help with nested IF statements

Hi Jennifer,

Please don't multi-post.
Your question has been answered in another newsgroup

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jennifer" wrote in message ...
| Ok here is what i am neededing help with i have to write a nested IF formula
| that meets the following conditions, and after working on it for hours i have
| decided i need help.
|
| Companies are categorized according to their market capitalization.
| Microcaps are companies with market value below $300 million. Small caps are
| the ones between $300 mil and $2 billion, Mid caps are the ones between $2
| billion and $10 billion. Large caps are the ones between $10 billion and $200
| billion, and Mega caps are the ones above $200 billion, if there is no
| market cap then they are blank.
|
| can someone please tell me the best way/formula for this equation, i know
| that i need to have 4 IF statements im just confused on exactly how to do the
| ones that are one amount between another.
|
| thanks so much for any help!
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Help with nested IF statements

Instead of an IF statement you can use the array form of the LOOKUP function.

=LOOKUP(A1,{0,300000,2000000,10000000,200000000;"M icro","Small","Mid","Large",""})

"Jennifer" wrote:

Ok here is what i am neededing help with i have to write a nested IF formula
that meets the following conditions, and after working on it for hours i have
decided i need help.

Companies are categorized according to their market capitalization.
Microcaps are companies with market value below $300 million. Small caps are
the ones between $300 mil and $2 billion, Mid caps are the ones between $2
billion and $10 billion. Large caps are the ones between $10 billion and $200
billion, and Mega caps are the ones above $200 billion, if there is no
market cap then they are blank.

can someone please tell me the best way/formula for this equation, i know
that i need to have 4 IF statements im just confused on exactly how to do the
ones that are one amount between another.

thanks so much for any help!

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
Nested If Statements Dave Excel Worksheet Functions 7 May 8th 10 08:43 AM
Help with nested if/or statements Nick Excel Discussion (Misc queries) 8 September 14th 07 03:46 PM
Nested IF statements Karrisac15 New Users to Excel 1 July 19th 07 08:06 PM
nested if statements tjb Excel Worksheet Functions 1 March 28th 07 01:09 AM
I want to use more than 7 nested if then statements IF I only had a brain for IF statements Excel Worksheet Functions 11 August 9th 05 01:28 AM


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