Reallocating row data to another row

hutchisd

New Member
Joined
Feb 16, 2009
Messages
49
I know this is going to be kind of complicated to explain but I'll try my best...

I have a list of parts with corresponding cities and data. For example,

PART 1 ATL 2
PART 1 MIA -1
PART 1 NYC -1
PART 2 ATL -4
PART 2 NYC 0
PART 2 MIA 1
PART 2 DAL 1

I want a macro that will look at PART 1 and redistribute the cities that have a positive number to the cities that have a negative number. The goal is to have as few negative numbers as possible. The outcome of the above example should be:

PART 1 ATL 0
PART 1 MIA 0
PART 1 NYC 0
PART 2 ATL -2
PART 2 NYC 0
PART 2 MIA 0
PART 2 DAL 0

Can anyone provide any assistance with this? Thanks!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top