I have 7 if statements nested inside each other, each one represents a condition. Is there an easy way I can tidy this up and still know which condition caused the error?

My code is a nightmare to read!