C
cwangosu
My main purpose is to sort items wihich are used the most often.
Right now , hoewever, usage for from. Right now, some items even
though they are in the same location(what we're worried about) , are
in sepearate rows in this Excel spreadsheet due to the fact that
sometimes they're used as an entire box or just as single items.
We're not worried about that, what we're worried about is how many
tmimes a worker needs to go to this location. Therefore, the two
sometimes three rows that have the same location, I'd like to combine.
their usage numbers. What would be the best function for this?
Here's what I want in a more programming language.
For (x=1 to 12000)
For (y=1 to 12000)
If Fx = Fy then combine Dx and Dy
Right now , hoewever, usage for from. Right now, some items even
though they are in the same location(what we're worried about) , are
in sepearate rows in this Excel spreadsheet due to the fact that
sometimes they're used as an entire box or just as single items.
We're not worried about that, what we're worried about is how many
tmimes a worker needs to go to this location. Therefore, the two
sometimes three rows that have the same location, I'd like to combine.
their usage numbers. What would be the best function for this?
Here's what I want in a more programming language.
For (x=1 to 12000)
For (y=1 to 12000)
If Fx = Fy then combine Dx and Dy