ORDERING columns in sheet2 based on a column in sheet 1 - excel -


I see columns (B: I) looking for order in sheet 2 of an Excel file based on a column order Sheet1 (A) Here is an example file

sheet1:

  Item-ID AS-469 BI-567 DI-328 ST-340 Wi-9 8 9  

Sheet 2:

  Item-ID Item Cost Markup PC 1 OC2 OV 3 er 4 er 5 ST -340 Nomad 145 $ 30 % 0.457 3.55 500 2.38 150 BI -567 BIB $ 3.56 40% 0.525 3.25 400 2.17 100 DI-328 Diapers $ 21.4 35% 0.606 2.93 300 1.95 50 W-9 9 Wipes $ 5 .12 40% 0.675 2.75 250 1.71 0 Aspia $ 2.56 45% 0.746 2.57 200 2.55 2.54 Note: Sort and do not have the option of ordering columns (eg or ZA) because the original file was not sorted alphabetically is.  

Thanks to all the miles

Use the formula below:

  = Match (A2, Sheet 1! $ A $ 2: $ A $ 6,0)  

Keeping your Sheet1 data in mind, A2: A6 is staying at

, use the formula above the previous non-empty column, drag this formula, then the number of numbers you have, these numbers are itemized in your first sheet- The status of the id is, the second number is based on these numbers. Use the START method.

See figure (second sheet), now you can sort it based on the Match Form column.

Enter image details here


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -