Copy data to another sheet depending on drop down list

schmaner

New Member
Joined
Jul 13, 2014
Messages
1
Hello wonderful people!

I'm trying to help my sister set up an excel spread sheet to help her track her billing. Basically, she has a group of clients (lets say 10) and she needs to track the work that she's done for each on a daily basis. This work can fall into several categories such as phone calls, emails, meetings, documentation etc.

I'm hoping to set up a workbook where the first sheet will be where she enters her data. I've already learned how to set up a drop down menu, and have the first column set to be a drop down of her client names. My goal is then when she enters data on a client (ie did 3 hrs of meetings on June 1) it would that data over to another sheet in the same workbook specific to that client so at the end of the month she has a running tally for that specific person. Overall, the workbook would have the summary page first (where she enters the data) and then a unique page for each client that would auto populate with data each time that client was selected.

Problem is, I'm not really familiar with the advanced functions of excel so I have no idea where to start. I've found out info on macors, if/then, and vlookup, but the main issue is I have no idea how to do this so I don't know what function to research! Ideally it'll be as simple as possible since my sister is a complete excel dummy.

To try and make it a bit clearer, here is what the first sheet would look like:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Client
[/TD]
[TD]Date
[/TD]
[TD]Email
[/TD]
[TD]Call
[/TD]
[TD]Documentation
[/TD]
[TD]Meeting
[/TD]
[/TR]
[TR]
[TD]John Smith
[/TD]
[TD]June 1
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jane Doe
[/TD]
[TD]June 1
[/TD]
[TD][/TD]
[TD]0.5
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John Smith
[/TD]
[TD]June 2
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]2.5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jane Doe
[/TD]
[TD]June 2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4.5
[/TD]
[/TR]
</tbody>[/TABLE]

I'm hoping then to have a sheet just for "John Smith" where it would recognize that's the client she picked in the drop down menu and auto fill the data across. His sheet would then look like this:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Email
[/TD]
[TD]Call
[/TD]
[TD]Documentation
[/TD]
[TD]Meeting
[/TD]
[/TR]
[TR]
[TD]June 1
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]June 2
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]2.5
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

There there would be another sheet for Jane Doe's data etc...

Can anyone let me know how I could do this? I don't even know where to start! I have the first page set up, but that's it :confused:

Thanks so much!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Check you private messages on this site.
 
Upvote 0

Forum statistics

Threads
1,223,907
Messages
6,175,300
Members
452,633
Latest member
DougMo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top