ReportMaster
MIS
On one of my sheet I am trying to get all of the values for a certain column ( say column 2) to populate itself with specific data. The data must be pulled from another sheet depending on the value of a cell in that same row ( lets say this would be all the values in column 1). The value of column 2, which is the name of one of seventy categories, points to a certain cell from another sheet that contains a budget amount.
ex sheet 1.
1 2 (this is where the budget should appear)
category 1
category 35
category 16
then on the other sheet the categories are listed adjacent to their budget.
ex.
category 1 $500
category 2 $300
..and so on
This may appear to be the same thing, but the first sheet has up to 1000 records with other data than was provided. The second sheet also has breaks between some of the sets of categories and two different sets of data running vertically on the sheet, so each category must point to a specific cell.
also, on a related note. The first sheet has a column with a money amount. I am trying program a colum that shows the total af all of the amounts where the category is the same.
Thank you in advance for any help! you guys are lifesavers!!!
ex sheet 1.
1 2 (this is where the budget should appear)
category 1
category 35
category 16
then on the other sheet the categories are listed adjacent to their budget.
ex.
category 1 $500
category 2 $300
..and so on
This may appear to be the same thing, but the first sheet has up to 1000 records with other data than was provided. The second sheet also has breaks between some of the sets of categories and two different sets of data running vertically on the sheet, so each category must point to a specific cell.
also, on a related note. The first sheet has a column with a money amount. I am trying program a colum that shows the total af all of the amounts where the category is the same.
Thank you in advance for any help! you guys are lifesavers!!!