Hi everyone. I'm new to the forums; pretty sure I'm posting in a proper area for this...
Here's my situation:
I'm working on a scheduling spreadsheet for my company that I'd like to pretty much have "automated" (not using VBA unless needed) by using just pasting in information and the magic of formulas, etc. This entire process was originally done using information from single worksheets on MULTIPLE spreadsheets (like 4 or 5 total files). Because someone, somewhere along the lines was completely lazy and never consolidated the required worksheets into 1 single Excel spreadsheet, the task has fallen on my lap to accomplish. Keep in mind, none of this was created by me. I'm working with what was given to me - i know nothing about how to work pivot tables or set them up, i'm awesome tho at math so this project has a certain amount of appeal to me........
The spreadsheet I'm creating has the individual worksheets from the original files already setup. I've got a good portion of stuff figured out already, but i'm hitting a roadblock here. I'm going to post the .xls file as well so you can SEE what I'm trying to accomplish.
5 worksheets total; however only 4 of them are needed for this issue. The first worksheet is called "Input" and is used to paste in what I'm going to call my "seed information". The second worksheet is called "Output" and calculates the total number of hours to be logged for various TV channels using a pivot table. The third worksheet is called "Data Production Night Staff" and contains 8 columns; A2:A43 is listing positions, B1:H1 are labeled "Sunday" through "Saturday"... B2:H43 contains names of employees. Worksheet 4 is "Top Sheet" - This sheet is where my final product is to come together and where I'm having the massive headache...
I've been trying to come up with the correct =IF formula so that when data is pasted into "Input", everything is figured out. The only thing that matters is the day of the week. I have an =IF statement that does not work supposedly because nested =IF statement can only be 7 levels deep.... Um... ok? Unless I'm counting wrong, this is ONLY 7 levels:
What I'm trying to accomplish is something like this; If it's day 1 of the week, I want to populate specific cells on the "Top Sheet" with data from B2:B43 on "Data Production Night Staff"; if it's day 2 of the week, populate with data from C2:C43, etc to Day 7 using data from H2:H43.![]()
Please Login or Register to view this content.
I'm considering this my magic line of code.. Once I have this one single formula (or method) solved, I can wrap this up. If I truncate the formula to this:
it works, but it will only do 6 columns...![]()
Please Login or Register to view this content.
Help! :D
Bookmarks