Copy cells to a new sheet based on a specific date.

Korena

New Member
Joined
Oct 10, 2018
Messages
3
What's the best way to do this?


I need to create a Daily Summary Report based off of the info I enter on the Monthly Production Sheet. I am wanting to just enter in the date at the top of a blank template and have that days info pop in. I'm at a lost of how to do this.

Thanks!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
alright lets start with some information

-How is the data structured in the Monthly Production Sheet?
-What are the headers
-Is what you are wanting like some kind of filter to only view a specific date?

example

Monthly Production

ABCDEFGHI
1DateItemQtyPriceXYZAB
201/01/18101105.231235241
302/02/18102256.241235
402/02/18506677.56254245
502/02/18555645.8755555
603/01/18654454.50555555
7
8
9

<tbody>
</tbody>


And you want a Daily sheet that does this

ABCDEFGHI
1Enter A Date02/02/18
2DateItemQtyPriceXYZAB
302/02/18102256.241235
402/02/18506677.56254245
502/02/18555645.8755555
6
7
8
9

<tbody>
</tbody>


Something like that?

Maybe create a simple pivot table?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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