jcountry22
New Member
- Joined
- Aug 15, 2014
- Messages
- 36
Sheet 1: is set up as follows with ACCOUNT is cell A1.. I have other accounts following 610200 going down from A2 to A59 with the description and amounts as seen below in other cells.
[TABLE="width: 891"]
<colgroup><col width="106" style="width:80pt"> <col width="189" style="width:142pt"> <col width="80" style="width:60pt" span="5"> <col width="91" style="width:68pt"> <col width="105" style="width:79pt"> </colgroup><tbody>[TR]
[TD="class: xl1601, width: 106"]Account[/TD]
[TD="class: xl1595, width: 189"]Description[/TD]
[TD="class: xl1382, width: 80"]January Actual[/TD]
[TD="class: xl1379, width: 80"]February Actual[/TD]
[TD="class: xl1370, width: 80"]March Actual[/TD]
[TD="class: xl1370, width: 80"]April Actual[/TD]
[TD="class: xl1370, width: 80"]May Actual[/TD]
[TD="class: xl1370, width: 91"]June Actual[/TD]
[TD="class: xl1370, width: 105"]July Actual[/TD]
[/TR]
[TR]
[TD="class: xl1602, align: right"]610200[/TD]
[TD] SALARIES MFG SUPERVISION[/TD]
[TD="class: xl3225"]$20,026[/TD]
[TD="class: xl3225"]$18,691[/TD]
[TD="class: xl3225"]$23,719[/TD]
[TD="class: xl3225"]$19,112[/TD]
[TD="class: xl3225"]$23,822[/TD]
[TD="class: xl3225"]$21,036[/TD]
[TD="class: xl3225"]$17,679[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2: i have the accounts and description set up the same just a row down.. From C# H# i have different product lines. Above those I have a drop down menu with the options of: Jan Actual, Feb Actual, Mar Actual, etc (from Sheet 1)
to start -- I'm trying to only have the numbers from sheet 1 populate on sheet 2 for the selected month from the drop down menu.
Example. On sheet 2, i select Jan. actual. I want that $20,026 to show up in all of my product line cells (from C#-H#). I want to be able to easily change the drop down and have all my # change to the corresponding # from sheet 1.
This is similar to a SUMIF functionality, i just can't seem to get it to work. Any help would be greatly appreciated.
[TABLE="width: 891"]
<colgroup><col width="106" style="width:80pt"> <col width="189" style="width:142pt"> <col width="80" style="width:60pt" span="5"> <col width="91" style="width:68pt"> <col width="105" style="width:79pt"> </colgroup><tbody>[TR]
[TD="class: xl1601, width: 106"]Account[/TD]
[TD="class: xl1595, width: 189"]Description[/TD]
[TD="class: xl1382, width: 80"]January Actual[/TD]
[TD="class: xl1379, width: 80"]February Actual[/TD]
[TD="class: xl1370, width: 80"]March Actual[/TD]
[TD="class: xl1370, width: 80"]April Actual[/TD]
[TD="class: xl1370, width: 80"]May Actual[/TD]
[TD="class: xl1370, width: 91"]June Actual[/TD]
[TD="class: xl1370, width: 105"]July Actual[/TD]
[/TR]
[TR]
[TD="class: xl1602, align: right"]610200[/TD]
[TD] SALARIES MFG SUPERVISION[/TD]
[TD="class: xl3225"]$20,026[/TD]
[TD="class: xl3225"]$18,691[/TD]
[TD="class: xl3225"]$23,719[/TD]
[TD="class: xl3225"]$19,112[/TD]
[TD="class: xl3225"]$23,822[/TD]
[TD="class: xl3225"]$21,036[/TD]
[TD="class: xl3225"]$17,679[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2: i have the accounts and description set up the same just a row down.. From C# H# i have different product lines. Above those I have a drop down menu with the options of: Jan Actual, Feb Actual, Mar Actual, etc (from Sheet 1)
to start -- I'm trying to only have the numbers from sheet 1 populate on sheet 2 for the selected month from the drop down menu.
Example. On sheet 2, i select Jan. actual. I want that $20,026 to show up in all of my product line cells (from C#-H#). I want to be able to easily change the drop down and have all my # change to the corresponding # from sheet 1.
This is similar to a SUMIF functionality, i just can't seem to get it to work. Any help would be greatly appreciated.