I have 13 sheets in a workbook, 1 for each month, and 1 summary page that will only work properly on mondays(and that's the way I want it). On the summary page there are dates that will change and certain type of information under each date that correspond to titles of information on the other sheets. I want the summary page to autopopulate with the number found in the appropriate row, from the apropriate sheet. It's a little awkward to explain, but i have attached the spreadsheet i'm working with. On "WEEKLY" sheet, i want the cells with borders to be automatically be filled in with the numbers found on the different sheet by the appropriate date. If you need mroe info, please let me know. Thank you.
Do you mean something like this:
In C6, copied down to C9:
make sure the labels in column A in Weekly sheet matches the headers in each sheet.=INDEX(INDIRECT(TEXT(C$5,"mmmm")&"!$C$4:$J$32"),MATCH(C$5,INDIRECT(TEXT(C$5,"mmmm")&"!$B$4:$B$32"),0),MATCH(A6,INDIRECT(TEXT(C$5,"mmmm")&"!$C$3:$J$3"),0))
Use same formula making adjustment to the C5 to point to the new date to search.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Thanks very much, That's perfect! I am fairly new to excel and everything I know is just from goofing around and trying new things. Do you think you could tell me briefly (you don't have to go into too much detail if you don't want) how you did that?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks