Cristinky420
New Member
- Joined
- Feb 13, 2019
- Messages
- 17
Newbie here! First time posting but I've used your forum for many years!
Please be patient as I am not very well versed in code writing.
I have the following:
Master:
Blank Client:
I would like to make Client # sheets (worksheets named 0001, 0002, 0003, 0004, etc.)
We will input new data into the Master Sheet.
The "0001" Client Sheet will then auto populate the A1, B1 & G1 fields. i.e. - If Worksheet Name = 0001, then A1=Master!A2, B1=Master!C2, G1=Master!B2
I would like to also create a hyperlink to click from the Master Sheet Client # (Master!A2) and have that redirect to the appropriate client sheet (0001!)
A macro might be best... let me know your thoughts!
Thanks for your help!
Please be patient as I am not very well versed in code writing.
I have the following:
Master:
- Cells (a2:a201) are Client # (0001-0200)
- Cells (b2:b201) are Status ("active" & "inactive")
- Cells (c2:c201) are Names (Last, First)
Blank Client:
- A1 = Client #
- B1 = Name
- G1 = Status
I would like to make Client # sheets (worksheets named 0001, 0002, 0003, 0004, etc.)
We will input new data into the Master Sheet.
The "0001" Client Sheet will then auto populate the A1, B1 & G1 fields. i.e. - If Worksheet Name = 0001, then A1=Master!A2, B1=Master!C2, G1=Master!B2
I would like to also create a hyperlink to click from the Master Sheet Client # (Master!A2) and have that redirect to the appropriate client sheet (0001!)
A macro might be best... let me know your thoughts!
Thanks for your help!