Formula to Align identical Cells/strings which is present on different sheets

Goldenboy23

New Member
Joined
Oct 17, 2017
Messages
11
[h=2][/h]
I have an issue whereby i have 5 different sheets of information Each sheet signifies a different category. Each sheet contains two columns. One with a code and the other with the value of that code in that particular category.

Example;

Sheet 1:



Open
71224$20.00
71848$25.00
71229$15.00
71999$50.00
72333$20.00
72481$40.00
71266$20.00

<tbody>
</tbody>


Sheet 2:


Invoice
71224$10.00
71848$20.00
71999$60.00
72481$60.00
72666$200.00
72899$60.00
71266$70.00

<tbody>
</tbody>


Sheet 3:


Payment
71224$10.00
71266$70.00
72333$20.00
72481$100.00
72666$200.00

<tbody>
</tbody>


Sheet 4:

Control Check
71848$45.00
71226$20.00
71224$20.00
71999$110.00
72418$25.00
72899$60.00
71229$15.00

<tbody>
</tbody>


Sheet 5:


General check
71848$45.00
71226$20.00
71224$10.00
71999$110.00
72418$25.00
71229$15.00
72899$60.00

<tbody>
</tbody>




My aim is to produce a front sheet which contains all the information from the 5 different sheets combined, however, this has to be aligned in code order.

Example;



OpenInvoicePayment"=B+E-H"control check"=k-i"General Check
71224$20.0071224$10.0071224$10.00$20.0071224$20.00$0.0071224$10.00
71229$15.00$15.0071229$15.00$0.0071229$15.00
71266$20.0071266$70.0071266$70.00$20.0071226$20.00$0.0071226$20.00
71848$25.0071848$20.00$45.0071848$45.00$0.0071848$45.00
71999$50.0071999$60.00$110.0071999$110.00$0.0071999$110.00
72333$20.0072333$20.00$0.00$0.00
72666$200.0072666$200.00$0.00$0.00
72481$40.0072481$60.0072481$100.00$0.0072418$25.00$25.0072418$25.00
72899$60.00$60.0072899$60.00$0.0072899$60.00

<tbody>
</tbody>





My initial thought was to create a V lookup. However there is no one column which contains complete data. However, columns 5 and 8 combined contain the full data.

In addition columns g and j will have respective calculations.

Any ideas for a formula to solve this issue ? i am thinking along the lines of Index and match but cannot get the result i desire.


Any help will be greatly appreciated.
P.S. the front sheet should contain 12 columns.
 

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
Hi, preferably a formula solution... even if the above cannot exactly be achieved, i would like at least to get the codes aligned on the front page... i could then run a separate vlookup against the codes for their respective values in the indidual category... thanks for looking at this for me in the first place.
 
Upvote 0

Forum statistics

Threads
1,215,777
Messages
6,126,838
Members
449,343
Latest member
DEWS2031

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