Hi All,
Hopefully a very simple query - which maybe covered within the forum - yet can't find or pinpoint what the search criteria would be to locate it.
Simple four column spreadsheet all unique, the last three columns are start date, end date, variance (the other one is name)
I'd like a macro to create a row for each record for the number of days difference in the variance and include a date column for the unique day (if that makes sense) example below;
NAME | START DATE | END DATE | VARIANCE
Person 1 | 01/04/18 | 05/04/18 | 4
I'd like it to be
NAME | START DATE | END DATE | DATE | VARIANCE
Person 1 | 01/04/18 | 05/04/18 | 01/04/18 | 4
Person 1 | 01/04/18 | 05/04/18 | 02/04/18 | 4
Person 1 | 01/04/18 | 05/04/18 | 03/04/18 | 4
Person 1 | 01/04/18 | 05/04/18 | 04/04/18 | 4
is this even possible in excel? I'm guessing it is as I've seen some real amazing stuff happen
Thank you for your time in reading this and offering support - much appreciated!
Hopefully a very simple query - which maybe covered within the forum - yet can't find or pinpoint what the search criteria would be to locate it.
Simple four column spreadsheet all unique, the last three columns are start date, end date, variance (the other one is name)
I'd like a macro to create a row for each record for the number of days difference in the variance and include a date column for the unique day (if that makes sense) example below;
NAME | START DATE | END DATE | VARIANCE
Person 1 | 01/04/18 | 05/04/18 | 4
I'd like it to be
NAME | START DATE | END DATE | DATE | VARIANCE
Person 1 | 01/04/18 | 05/04/18 | 01/04/18 | 4
Person 1 | 01/04/18 | 05/04/18 | 02/04/18 | 4
Person 1 | 01/04/18 | 05/04/18 | 03/04/18 | 4
Person 1 | 01/04/18 | 05/04/18 | 04/04/18 | 4
is this even possible in excel? I'm guessing it is as I've seen some real amazing stuff happen
Thank you for your time in reading this and offering support - much appreciated!