zaidpirwani
New Member
- Joined
- Oct 30, 2008
- Messages
- 3
Hi,
I have a database of 338 members, all the information is entered in an excel sheet (named: Main) column wise, lets suppose the data for the first member is in the row 2 (first row is used for column headers)
i.e.:
A1 contains Serial (Here 1)
B1 contains First Name (Here John)
C1 contains Last Name (Here Doe)
D1 contains Address (Here Somewhere in America)
and so on.
Now I have created another work sheet which is well formatted and I have designed it in such a way that it looks like a summary pager for every individual member, now right now I had to make 338 sheets for each member and had to put like ="MEMBERSHIP # 00" & Main!A6 in a cell to show the membership number and =Main!B6 & " " & Main!C6 to show the persons full name, like this I have created 338 sheets and the only difference in the formulas of these sheets is the row number. Nothing else is changed.
I was wondering if there was any method to do all this without 338 sheets and I would only had to make a single sheet with the formulas and would just need to type in the row number in a certain cell which would rewrite all the formulas so they would point to that row. I mean like making a query like structure (the one made in access where you can define a statement Show * from Main Where SNo=1).
Any kind of help or tips in this regard will be highly appreciated, I know much about excel but have been trying to figure this out for a long time now, I think one way would be to make Macro, but I am weak in Macros and don't know where to start.
Thanks in advance for your help.
I have a database of 338 members, all the information is entered in an excel sheet (named: Main) column wise, lets suppose the data for the first member is in the row 2 (first row is used for column headers)
i.e.:
A1 contains Serial (Here 1)
B1 contains First Name (Here John)
C1 contains Last Name (Here Doe)
D1 contains Address (Here Somewhere in America)
and so on.
Now I have created another work sheet which is well formatted and I have designed it in such a way that it looks like a summary pager for every individual member, now right now I had to make 338 sheets for each member and had to put like ="MEMBERSHIP # 00" & Main!A6 in a cell to show the membership number and =Main!B6 & " " & Main!C6 to show the persons full name, like this I have created 338 sheets and the only difference in the formulas of these sheets is the row number. Nothing else is changed.
I was wondering if there was any method to do all this without 338 sheets and I would only had to make a single sheet with the formulas and would just need to type in the row number in a certain cell which would rewrite all the formulas so they would point to that row. I mean like making a query like structure (the one made in access where you can define a statement Show * from Main Where SNo=1).
Any kind of help or tips in this regard will be highly appreciated, I know much about excel but have been trying to figure this out for a long time now, I think one way would be to make Macro, but I am weak in Macros and don't know where to start.
Thanks in advance for your help.