This seemed to work for your formula:
=IF(D2="yes",IF(C2>100000,"[max – 100000)",IF(AND(C2<=100000,C2>50000),"[100000 – 50000]",IF(AND(C2<=50000,C2>10000),"(50000 – 10000]",""))),"")
I put it in E2 and filled it down. (You may need to change the ","s to ";"s)
I don't think it was too long, I think the problem was you got an error saying you put in too many arguments for the one particular IF statement.
As for making the histogram, I am not sure how you would do that. I will keep working on it though if I get time
Bookmarks