Hey Folks:
2 questions:
Multiple IF Statements
Conditional Formatting
TIA
2 questions:
Multiple IF Statements
- Background: Calculating flowthrough, returning a score (0%, 25%, 50%, 75% or 100%) based on whether sales (F5) are positive or negative)
- End Goal
- If Cell F5 is > 100%, perform these statements: IF(L5>75%,100%,IF(L5>70%,75%,IF(L5>65%,50%,IF(L5>60%,25%,IF(L5<60%,0%,)))))))
- If Cell F5 is < 100%, perform these statements: IF(L5>35%,100%,IF(L5>30%,75%,IF(L5>25%,50%,IF(L5>20%,25%,IF(L5<20%,0%,)))))))
- I have tried a few different ways to no avail, here is what I current have:
Conditional Formatting
- End Goal
- Fill cells H5 and H6 (the same color depending on what's on H6)
- I can get this to work in the two cells above, but can not copy and paste the conditional formatting into cells below. When I remove the $ from the formulas, cell H6 no longer follows the conditions.
- I currently have to paste the formatting and manual change the H6 to H8 if I want to apply it to H7 and H8.
- 0% = Red
- 25% = Yellow
- 50% = Green
- 75% = Gold (orange)
- 100% = Platinum (Grey)
TIA