I am trying to add multiple if statements and wanted to know the max number of statements.
=IF(AND(H2<1000),"<1k",IF(AND(H2>=1000,H2<3000),"1-3K",IF(AND(H2>=3000,H2<5000),"3-5K",IF(AND(H2>=5000,H2<7500),"5-7.5K",IF(AND(H2>=7500,H2<10000),"7.5-10K",IF(AND(H2>=10000,H2<15000),"10-15K",IF(AND(H2>=15000,H2<20000),"15-20K")))))))
When trying to add another If(AND( I get an error message