Excel doesn't run reports like Access. I create my own reports on a separate worksheet by linking between the two
sheets. The information needed, automatically transfers to the report. Good luck.
Last Wiki Answer Submitted: July 19, 2008 12:56 pm by OBI Girl85 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I am trying to figure out if I can run this type of report using Excel?
For example, I have a worksheet with a list of names, but I want to pull or find out all the names on that list who has a birthday in June. Am I able to run a report some how to show all the people in that list who’s DOB is in a specific month?
Can you clarify if the data is lying in MS Access? if yes, there is an option to export the data from MS Access to MS Excel using macro.
Regards,
Sarfaraz Ahmed
MS Excel help
I am trying to figure out if I can run this type of report using Excel?
For example, I have a worksheet with a list of names, but I want to pull or find out all the names on that list who has a birthday in June. Am I able to run a report some how to show all the people in that list who’s DOB is in a specific month?
Easiest way to do this is to add a formula i.e. =month(dob), copy the formula down the entire list and then use the Filter functionality.