unforgiven058
New Member
I have an incomplet worksheet I am trying to complete. I have created a data validation list that allows user to plug between 3 values(none, performance award, and special commendation). Based on these values I have the next column set up to allow only certain dollar amounts to signify how much the award is worth based on what the chosen criteria was. I did this with embedded if statements. It works fine as long as you dont change the first column. for example: if i have none selected then the only dollar amount allowed is "0". If i were to change to special commendation (which allows between $500-$5000), this doesn not get rid of the previous zero amount that was there when it used to be labled "none"....nor does it give me an error which it should because zero would no longer be a valid entry for that selection. in order to get an error i would have to select the dollar section and reenter the zero...or if i wanted to complete the form, i would have to enter a number within the valid criteria...but the excel program does not seem to recalculate when you change the list. it re-calculates fine with any other formula.....anyone have any info on this?