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 :
INPUT/=today()
Task
ETA
Status
Resource A
xyz
xyz
Completed
Resource B
xyz
xyz
Pending
Resource C
xyz
xyz
Completed
OUTPUT/Status
Resource A
Resource B
Resource C
13th Nov
Completed
Completed
Completed
14th Nov
Completed
Pending
Completed
15th Nov
16th Nov

<tbody>
</tbody>
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

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.

Forum statistics

Threads
1,215,764
Messages
6,126,751
Members
449,335
Latest member
Tanne

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