eechristaylor
New Member
- Joined
- Oct 22, 2013
- Messages
- 44
- Office Version
- 365
- Platform
- Windows
I have a cell figuring a percentage of a cost, i.e. 28%. I need to write a formula for the following conditions:
If the cell C25 is between 26-35% return 11, 36-45% return 12, 46-55% return 13.
I have if statements for less than 25% and I tried to us IF(AND(C25<35%,C25>26%,"11") but that does not work.
Any help will be appreciated.
If the cell C25 is between 26-35% return 11, 36-45% return 12, 46-55% return 13.
I have if statements for less than 25% and I tried to us IF(AND(C25<35%,C25>26%,"11") but that does not work.
Any help will be appreciated.