I'm trying to create an excel that is composed of multiple sheets that the user updates frequently.
On one sheet the data is stored with the date on top with the user filling it out from top to bottom daily.
On the second sheet I need certain cells to be pulled and the date, but need this to be appear horizontally. I want this to up updated automatically, so as soon as the user inputs something into sheet 1, sheet 2 updates. Preferably using formulas, and not VBA.
This is where I'm stuck- with how to include the date and create a new row of data.
I've included pictures, the first is an example of how the user would fill in the data. Sometimes the user would leave the some of the rows blank ( row 22-25), in that case those blank rows shouldn't be carried over to the second sheet. The second image is the sheet that shows how I want the information to be viewed ( with the date carried over and a new row created for each).
Bookmarks