Extract Key Data From Sample Log Out Sheet

zbo03

New Member
Joined
Mar 2, 2019
Messages
1
I have the below table for logging out the samples sales reps give out. Theres an auto sum feature in the table that calculates the shipping, retail, and cogs value for each unit logged out. I want to have a new tab which just shows the show REP | RETAIL| COGS. [TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 610"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]REP[/TD]
[TD]FOR[/TD]
[TD="align: right"] Shipping Cost [/TD]
[TD]Oranges[/TD]
[TD]Cranberries[/TD]
[TD]Lemons[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Personal[/TD]
[TD="align: right"] $- [/TD]
[TD="align: right"]8[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"]8[/TD]
[/TR]
[TR]
[TD]Josh[/TD]
[TD]Stop n Shop 51[/TD]
[TD="align: right"] $12.51[/TD]
[TD="align: right"]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rob[/TD]
[TD]Personal[/TD]
[TD="align: right"] $- [/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Mr T's farm[/TD]
[TD="align: right"] $16.00[/TD]
[TD="align: right"]25[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]25[/TD]
[/TR]
[TR]
[TD]Rob[/TD]
[TD]Stop n Shop 32[/TD]
[TD="align: right"] $8.99[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]12[/TD]
[/TR]
[TR]
[TD]Josh[/TD]
[TD]UTEP[/TD]
[TD="align: right"] $12.59[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TOTALS[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"] $50.09[/TD]
[TD="align: right"]62[/TD]
[TD="align: right"]16[/TD]
[TD="align: right"]53[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 2"]RETAIL AMT[/TD]
[TD="align: right"] $50.09[/TD]
[TD="align: right"] $620.00[/TD]
[TD="align: right"] $144.00[/TD]
[TD="align: right"] $397.50[/TD]
[/TR]
[TR]
[TD]COG[/TD]
[TD][/TD]
[TD="align: right"] $50.09[/TD]
[TD="align: right"] $206.46[/TD]
[TD="align: right"] $70.40[/TD]
[TD="align: right"] $58.30[/TD]
[/TR]
</tbody>[/TABLE]

[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,224,823
Messages
6,181,183
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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