Hi Jodi
An alternative and very effective solution when dealing with long nested IF statements formulas are using the VLOOKUP function.
- Anywhere in your workbook create a table with all the lookup values and their respective results/values
(using named ranges is also advantageous)
- Then use the formula =VLOOKUP(A1,$G$1:$H$12,2,FALSE)
**** Adapt the formula range to your real scenario
I hope this helps you and gives a solution to your problem
Do let me know if you need more help
Regards
Jeovany