How to create an excel data repository?

Akshaysehgal

New Member
Joined
Nov 14, 2013
Messages
1
Hi guys, I have been trying to create a "data repository" for a task list, where the user inputs the tasks for the day on one sheet and it automatically gets fed into a table with the list of dates as rows. The input is something like :[TABLE="width: 500"]
<tbody>[TR]
[TD]INPUT/=today()
[/TD]
[TD]Task
[/TD]
[TD]ETA
[/TD]
[TD]Status
[/TD]
[/TR]
[TR]
[TD]Resource A
[/TD]
[TD]xyz
[/TD]
[TD]xyz
[/TD]
[TD]Completed
[/TD]
[/TR]
[TR]
[TD]Resource B
[/TD]
[TD]xyz
[/TD]
[TD]xyz
[/TD]
[TD]Pending
[/TD]
[/TR]
[TR]
[TD]Resource C
[/TD]
[TD]xyz
[/TD]
[TD]xyz
[/TD]
[TD]Completed
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OUTPUT/Status
[/TD]
[TD]Resource A
[/TD]
[TD]Resource B
[/TD]
[TD]Resource C
[/TD]
[/TR]
[TR]
[TD]13th Nov
[/TD]
[TD]Completed
[/TD]
[TD]Completed
[/TD]
[TD]Completed
[/TD]
[/TR]
[TR]
[TD]14th Nov
[/TD]
[TD]Completed
[/TD]
[TD]Pending
[/TD]
[TD]Completed
[/TD]
[/TR]
[TR]
[TD]15th Nov
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]16th Nov
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The output table can be for keeping a track of tasks/Status. The idea is that the user just has to put in the tasks for the day (and related info) while another sheet automatically keeps a track of all the previously inputted tasks/status. I am quite weak with VBA so I would prefer a solution in excel itself. Can you guys help me with this? - Appreciate any inputs/ideas, Akshay.
 
Last edited:

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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