Merge data to form w/charts HELP PLEASE

  • Thread starter Thread starter clrauch3
  • Start date Start date
C

clrauch3

I know how to mail merge in MSWord..not a problem. What I don't know i
how to do this in Excel.

I have approx. 400 employees, I want to make a "report" for each one o
them with numerous pieces of data, calculations and charts. "Tota
Compensation Information". I use to do this in Access, but my curren
company HATES Access...... Any ideas would be appreciated
 
Put your data on one sheet (sheet name "Data", and your report on another
sheet

You would then use formulas in your report like

=Indirect("Data!A" & b1)
=Sum(indirect("Data!E" & b1 & "K" & b1))

You report would have formulas to provide the information based on the
values in Data.

then when you enter a row number in b1 of the report sheet, the report would
update to refer to the data in row1.

You could then write a macro that would increment the value in B1 and print
out the sheet, or copy it to another workbook and replace the formulas with
values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top