Okay we have a couple of issues. I am using a formula that looks at the value in B4 and tries to match it with your locations in column E of your Data sheet. I was getting errors and couldn't figure out why. I finally discovered that your bin locations in column E of your Data sheet have multiple hidden spaces in them. I had to remove these manually, I don't know if they are a by product of you importing your data from somewhere else, but you need to be aware of it. Excel sees a number with no spaces and what appears to be the same number with spaces after the number as being different. If this list is going to be updated often you might want to consider a macro that fixes the issue. What I did was entered a column to the right of E and used a trim formula. So in the blank column F I entered in cell F4 the formula =Trim(E4) and copied it down, which brings the value of E values into F without the spaces, but it's a formula that looks at E, so I have to copy all the F cells and then "paste special values" back onto themselves. I then deleted the original column E and the column F becomes column E and all the bins are now free of spaces.
The second issue is your sheet goes to row 29 and that's not going to be enough for some of your locations, you need to add some rows.
Note the formula in Cell B29 is the formula I want you to use at the bottom of your data to count, this is very important because this formula is reference in the formula in cell B5 in my example. So add your extra rows to fit your data and enter the formula shown in B29 of my example in the last row and make sure you change the references in the formula in cell B5 to whatever that last row is, taking care to preserve the dollar sign.
The reason I entered the formula in B5 the way I did is for timing purposes. You have a lot of data and this will keep the calculation time down.
The formulas are both array formulas and you must use Control Shift Enter to confirm the formulas, but once you have done this you can just copy the formulas to all the other cells.
<colgroup><col style="font-weight:bold; width:30px; "><col style="width:58px;"><col style="width:64px;"></colgroup><tbody>
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="bgcolor: #969696, align: center"]7A08[/TD]
[TD="bgcolor: #969696, align: center"]7A12[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: center"]6450[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: center"]6450[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: center"]6450[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]8[/TD]
[TD="align: center"]6807[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]9[/TD]
[TD="align: center"]6807[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]10[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]11[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]12[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]13[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]14[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]15[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]16[/TD]
[TD="align: center"]6545[/TD]
[TD="bgcolor: #cacaca, align: center"]17[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]18[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]19[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]20[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]21[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]22[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]23[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]24[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]25[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]26[/TD]
[TD="align: center"]6951[/TD]
[TD="bgcolor: #cacaca, align: center"]27[/TD]
[TD="bgcolor: #cacaca, align: center"]28[/TD]
[TD="bgcolor: #cacaca, align: center"]29[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]22[/TD]
</tbody>