Hello! I have a issue/question that I have been working on for months, to no avail, and I thought I'd get some assistance if possible.
I have a number of rows with 4 columns: Item Name, Model Number, Current Quantity, New Quantity.
I need a formula to add each cell in Current Quantity that corresponds with that cells Model Number, and divide the result as evenly as possible among each of that Model Number, while maintaining a whole number. The number of rows is variable. here is an example.
ITEM NAME MODEL NUMBER CURRENT QUANTITY NEW QUANTITY football1 AAAAAAAA 7 football2 AAAAAAAA 3 football3 AAAAAAAA 1 baseball1 AAAAAAAB 5 baseball2 AAAAAAAB 12 soccerball1 AAAAAAAC 1 soccerball2 AAAAAAAC 1 soccerball3 AAAAAAAC 5 soccerball4 AAAAAAAC 14
As you can see, there aren't always the same number of Model Numbers. After the function is in place, it should look like this:
ITEM NAME MODEL NUMBER CURRENT QUANTITY NEW QUANTITY football1 AAAAAAAA 7 4 football2 AAAAAAAA 3 4 football3 AAAAAAAA 1 3 baseball1 AAAAAAAB 5 9 baseball2 AAAAAAAB 12 8 soccerball1 AAAAAAAC 1 6 soccerball2 AAAAAAAC 1 5 soccerball3 AAAAAAAC 5 5 soccerball4 AAAAAAAC 14 5
I am fairly certain that the required formula will have COUNTIF and SUMIF in it, but I'm still lost.
I HOPE some one understands what I am trying to do. If it is still too complicated, let me know, and I will try to explain further.
Thank you in advance for any help you may be able to give!
Bookmarks