Rolling UP Table and Values

Kamusksn

New Member
Joined
Mar 26, 2013
Messages
3
Hi Everyone, I want help to start this little job

I need roll up one table and it's values, The Ideal will be automatically change if we are on a new month... and that its no problem with the months

In the A1 Cell I put
Code:
=TODAY()
on the B1
Code:
=DATE(YEAR(A1), MONTH(A1)+1, DAY(A1))
C1, and so on.
But i need ideas for roll up also the information below the months.

ProductJANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC
A123456789101112
B123456789101112
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi Everyone, I want help to start this little job

I need roll up one table and it's values, The Ideal will be automatically change if we are on a new month... and that its no problem with the months

In the A1 Cell I put
Code:
=TODAY()
on the B1
Code:
=DATE(YEAR(A1), MONTH(A1)+1, DAY(A1))
C1, and so on.
But i need ideas for roll up also the information below the months.

Product
JAN
FEB
MAR
APR
MAY
JUN
JUL
AUG
SEP
OCT
NOV
DEC
A
1
2
3
4
5
6
7
8
9
10
11
12
B
1
2
3
4
5
6
7
8
9
10
11
12


Hello and welcme,

What's your output should look like.
 
Upvote 0
Product
FEBMARAPRMAYJUNJULAUGSEPOCTNOVDECFEB
A
234567891011120
B
234567891011120

<tbody>
</tbody>

The ideal is move automatically on month change.
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,022
Members
448,939
Latest member
Leon Leenders

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