Data reconciliation help required

Jazzer

Board Regular
Joined
Jun 14, 2011
Messages
71
I am pulling data from various worksheets into one central sheet in order to reconcile.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
In column B I have a list of unique identification numbers <o:p></o:p>
In column J I have a list of unique identification numbers <o:p></o:p>
These are compared in column G using =IF(B7<>J7,"WRONG","OK ")<o:p></o:p>
<o:p></o:p>
Columns C & D contain sumif functions in order to look up the result in B pull data from other sheets<o:p></o:p>
E = sum of C+D<o:p></o:p>
<o:p></o:p>
Columns K,L,M & N contain sumif functions in order to look up the result in J pull data from other sheets<o:p></o:p>
O = sum of K+L+M+N<o:p></o:p>
<o:p></o:p>
E & O are compared in column H simply by using E-O<o:p></o:p>
<o:p></o:p>
Now all of the above works fine but I have a couple of issues which hopefully can be solved using some code<o:p></o:p>
<o:p></o:p>
1) If C & D both = 0 I would like to delete cells B,C,D & E on that particular row<o:p></o:p>
2) If K,L,M & N = 0 I would like to delete cells J,K,L,M,N & O on that particular row<o:p></o:p>
(Please note that I don’t just want to see if E or O = zero because if they do but this is because +/- numbers on the other cells they need to stay)<o:p></o:p>
<o:p></o:p>
Once the above has been executed I need to make sure that B & J are the same<o:p></o:p>
If B & J are different I will need to insert some cells<o:p></o:p>
For example if B&J are different but J=B on the row below I would want to insert cells from J,K,L,M,N & O and vice verse<o:p></o:p>
I would need to run this from row 7 to 1000<o:p></o:p>
<o:p></o:p>
(would the above be possible or can you think of a better solution ?

<o:p></o:p>
Many Thanks<o:p></o:p>
James<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Any ideas or alternative suggestions guys?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Many Thanks<o:p></o:p>
James<o:p></o:p>
 
Upvote 0

Forum statistics

Threads
1,224,581
Messages
6,179,668
Members
452,936
Latest member
anamikabhargaw

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