haleysmithc
New Member
- Joined
- Mar 7, 2019
- Messages
- 2
I am trying to get a total of units sold for a particular UPC. The units are not summed up before they reach me, so vlookup does not work here--first I need to get the total of the units, and then I need to input that total. I usually use a pivot table for this, but recently I've run into issues and started to wonder if it was possible to do this with a formula.
This is where I am trying to total and gather the info:
<tbody>
</tbody>
But the info from the table where I am pulling from looks like this:
<tbody>
</tbody>Etc, etc... (the current table I'm working with has about ~4500 rows)
I assume some form of array would accomplish this, but after researching it I am not sure I am able to find the one I need. Any help is appreciated!
This is where I am trying to total and gather the info:
UPC # | Actual Units Sold | |
<tbody> </tbody> | ||
<tbody> </tbody> | ||
<tbody> </tbody> | ||
<tbody> </tbody> | ||
<tbody> </tbody> | ||
<tbody> </tbody> |
<tbody>
</tbody>
But the info from the table where I am pulling from looks like this:
UPC # | Actual Units Sold |
786936856934 | 506 |
786936856934 | 37 |
786936856934 | 189 |
786936858136 | 22 |
786936858136 | 806 |
786936859119 | 224 |
<tbody>
</tbody>
I assume some form of array would accomplish this, but after researching it I am not sure I am able to find the one I need. Any help is appreciated!