GingerNinja
New Member
Ok, so as the title, i'm tring to make an interactive attendance register. I've pretty much taken the idea from Chandoo's awesome pivot calendar_v1 with the date table on the 1 page (dates going down in 1 column, exactly like the pivot calendar) and a splicer calendar on the next (linked with a pivot from the date table, exactly like the pivot calendar)
On the 3rd page i have the attendance register that will be filled in daily. I have employee names going down one column with the related dates of the month going accross 1 row, but separate tables for each month( which i suppose i could just make 1 loooong horizontal table). Which then gets filled out if the person is on day shift, night shift etc...
Now because im wanting that splicer calendar to reflect this attendance ie: Day, Night etc, but by person per month, i need to add the attendance onto the page 1 table of dates to add it to the pivot data the splicer is working from.
Now we get to my dillemma....How to create the vertical list from the horizontal table from the attendance.
I'm thinking i need to use the INDEX function with V/HLOOKUP functions nested in to determine the row/column numbers INDEX needs. But i dunno how to do it...yet. Also, because i'm lazy i'd like a function i could type into the first cell and drag it down. I'm thinking i might need helper cells to get to the row/column numbers, this won't be an issue.
Otherwise, there is an option i can think of, but i'd need to add in numbers on the attendance tables.
Oh and the name that will change on the column is linked to a combo box near the splicer calendar.
I hope i wasn't vague in any area's. I can elaborate more if needed.
On the 3rd page i have the attendance register that will be filled in daily. I have employee names going down one column with the related dates of the month going accross 1 row, but separate tables for each month( which i suppose i could just make 1 loooong horizontal table). Which then gets filled out if the person is on day shift, night shift etc...
Now because im wanting that splicer calendar to reflect this attendance ie: Day, Night etc, but by person per month, i need to add the attendance onto the page 1 table of dates to add it to the pivot data the splicer is working from.
Now we get to my dillemma....How to create the vertical list from the horizontal table from the attendance.
I'm thinking i need to use the INDEX function with V/HLOOKUP functions nested in to determine the row/column numbers INDEX needs. But i dunno how to do it...yet. Also, because i'm lazy i'd like a function i could type into the first cell and drag it down. I'm thinking i might need helper cells to get to the row/column numbers, this won't be an issue.
Otherwise, there is an option i can think of, but i'd need to add in numbers on the attendance tables.
Oh and the name that will change on the column is linked to a combo box near the splicer calendar.
I hope i wasn't vague in any area's. I can elaborate more if needed.