WarrenCarr
New Member
- Joined
- Apr 4, 2017
- Messages
- 23
- Office Version
- 365
- Platform
- Windows
- MacOS
I need to write a formula that will do this:
IF CELL1is <3000 AND CELL2 is <250 display "SMB"
**its this second part that I cant really figure out all to well**
IF (CELL1 is >=3000 but <15000) Divided by 4 is greater than CELL2 which is between 250 - 3000 is TRUE display "Multi-Family", FALSE display "Commercial
** So to use words I want a formula. There is a 4:1 ratio between CELL1 and Cell 2. So if CELL1 is greater than CELL2 when divided by 4 display xyz or abc depending on true or false**
IF CELL1 is >=15000 OR CELL2 is >=3000 than display "Strategic Sales"
I hope someone can help me. Hopefully I made it clear what I want. I sorta got parts of it figured out but I really cant figure out the division portion. Any help is greatly welcomed.
Thanks
IF CELL1is <3000 AND CELL2 is <250 display "SMB"
**its this second part that I cant really figure out all to well**
IF (CELL1 is >=3000 but <15000) Divided by 4 is greater than CELL2 which is between 250 - 3000 is TRUE display "Multi-Family", FALSE display "Commercial
** So to use words I want a formula. There is a 4:1 ratio between CELL1 and Cell 2. So if CELL1 is greater than CELL2 when divided by 4 display xyz or abc depending on true or false**
IF CELL1 is >=15000 OR CELL2 is >=3000 than display "Strategic Sales"
I hope someone can help me. Hopefully I made it clear what I want. I sorta got parts of it figured out but I really cant figure out the division portion. Any help is greatly welcomed.
Thanks