Hi Jdevil,
Each time 'Drop Down 2' changes value the value in cell 'L132' changes. We can take advantage of that in the Worksheet_Calculate() routine. The Worksheet_Change() routine does not get triggered because the value in 'L132' is changed by the ListBox and not changed manually.
Try the following code in the Sheet Module:
This is a simple solution using the data you provided in your sample workbook. If your needs are more complicated, upload another sample workbook, and we can show you what to do if you need additional help.
Lewis
Bookmarks