Andreiita00
New Member
- Joined
- Mar 25, 2014
- Messages
- 1
Hi Everyone,
This is my first post on the community, hope dont break any rule.
In Sheet1, i have a table like this:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD="align: center"]Select Month[/TD]
[TD="align: center"]Actual Cost[/TD]
[TD="align: center"]Budget[/TD]
[TD="align: center"]Difference[/TD]
[/TR]
[TR]
[TD]Direct Cost[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Indirect Cost[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Cost[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Profit Margin[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In Sheet2, i have of the same, 12 tables, but filled with data.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD="align: center"]January [/TD]
[TD="align: center"]Actual Cost[/TD]
[TD="align: center"]Budget[/TD]
[TD="align: center"]Difference[/TD]
[/TR]
[TR]
[TD]Direct Cost[/TD]
[TD="align: right"]200[/TD]
[TD="align: right"]250[/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]Indirect Cost[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]Total Cost[/TD]
[TD="align: center"]300[/TD]
[TD="align: center"]400[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD]Profit Margin[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD="align: center"]310[/TD]
[TD="align: center"]410[/TD]
[TD="align: center"]100
[/TD]
[/TR]
</tbody>[/TABLE]
I dont know how to do it here, but in Excel i have January (2columns) Febaruy (2columns) March tables. filled each table with its determinated data, and going down i have 3 more months, and so etc till i complete 12 tables one per month.
So now what i need is: That in Sheet1, where is Select Month be some kinda of drop down list, which allow me to pick the month i wanna see, and then when i pick. for example: April, then go to Sheet2, find the April table, and bringthe values to fill the table in Sheet1 , whatever option be, flirting, or copying just values, or filling the table. I really dont know what be easier.And then if i pick another month like October, do the same, etc.
Im really not an expert on Excel, so i hope i be clear enough in what i need and wish someone could help me to do a macro that work, please be detailed in explanation since i dont understand much about macros
Thanks Everyone. Looking forward for fast answer, since im short in time, i tried look forums and do it by myself, but it didnt work out, now time passed and i have nothing. So here Im asking for your help. Thank You~
This is my first post on the community, hope dont break any rule.
In Sheet1, i have a table like this:
<tbody>[TR]
[TD="align: center"]Select Month[/TD]
[TD="align: center"]Actual Cost[/TD]
[TD="align: center"]Budget[/TD]
[TD="align: center"]Difference[/TD]
[/TR]
[TR]
[TD]Direct Cost[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Indirect Cost[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Cost[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Profit Margin[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In Sheet2, i have of the same, 12 tables, but filled with data.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD="align: center"]January [/TD]
[TD="align: center"]Actual Cost[/TD]
[TD="align: center"]Budget[/TD]
[TD="align: center"]Difference[/TD]
[/TR]
[TR]
[TD]Direct Cost[/TD]
[TD="align: right"]200[/TD]
[TD="align: right"]250[/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]Indirect Cost[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]Total Cost[/TD]
[TD="align: center"]300[/TD]
[TD="align: center"]400[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD]Profit Margin[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD="align: center"]310[/TD]
[TD="align: center"]410[/TD]
[TD="align: center"]100
[/TD]
[/TR]
</tbody>[/TABLE]
I dont know how to do it here, but in Excel i have January (2columns) Febaruy (2columns) March tables. filled each table with its determinated data, and going down i have 3 more months, and so etc till i complete 12 tables one per month.
So now what i need is: That in Sheet1, where is Select Month be some kinda of drop down list, which allow me to pick the month i wanna see, and then when i pick. for example: April, then go to Sheet2, find the April table, and bringthe values to fill the table in Sheet1 , whatever option be, flirting, or copying just values, or filling the table. I really dont know what be easier.And then if i pick another month like October, do the same, etc.
Im really not an expert on Excel, so i hope i be clear enough in what i need and wish someone could help me to do a macro that work, please be detailed in explanation since i dont understand much about macros
Thanks Everyone. Looking forward for fast answer, since im short in time, i tried look forums and do it by myself, but it didnt work out, now time passed and i have nothing. So here Im asking for your help. Thank You~
Last edited: