Hi,
If I understand well, you want your data from sheet2 to be added to existing data in sheet1.
That would not be possible with formulas. Formula gar=thers information from "surrounding world" and presents it (somehow processed) in the cell where is written in.
but it can be easily done with a macro.
I had some spare time, so prepared a but more fancy one (although still rather on easy side):
see how it works in the attachment.
some comments
- I think that after succesfull writing into main sheet data shall be deleted from suplementary one. If not, change DeleteAfterUse to False
- Lines with errors (either wrong headings or not-excel-dates will remain not deleted for correction.
- Much larger sheets (but with the same general layout) shall work well. Key points are:
- headers in main sheet starting at A1
- names and dates in supplementary sheet in columns A and B starting from row 1
- Dates are real excel dates: "January 1st, 2014" won't do
- Headers in main sheet are "neat" - now Skill G is written as "Skill G " (with space at the end) - and this will cause errors (in supplementary sheet it is OK)
Bookmarks