Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested If Statements | Excel Worksheet Functions | |||
Help with nested if/or statements | Excel Discussion (Misc queries) | |||
Nested IF statements | New Users to Excel | |||
nested if statements | Excel Worksheet Functions | |||
I want to use more than 7 nested if then statements | Excel Worksheet Functions |