Hi,
I'm reaching out to get some help on an issue I've been trying to solve for a couple days now. I have 2 sheets of data. The first named "General 6S Form Sheet v.02", where the data comes from a form and the second named "6S Audit Schedule v.02", where the data comes from "General 6S Form Sheet v.02." The intent is to use the "6S Audit Schedule v.02" to assign tasks based on the input from the form data. The audit schedule has customer data that is manually added, so when the data from the form comes in they need to align, so this is what the index columns are for.
The problem I'm having now is the "Audit Date" column. The formula is =IFERROR(INDEX({General 6S Form Sheet v.02 Range 1}, MATCH([Index (manual)]@row, {General 6S Form Sheet v.02 Range 7}, 0)), "---"). Its first range is "General 6S Form Sheet v.02" column "Audit Date", then "6S Audit Schedule v.02" row "Index (manual)", then "General 6S Form Sheet v.02" columns "RowID2 & "Department". It works on the first 4 rows, then shows empty cells on the next 4 cells, then works again on all of the following. The funny thing is that the "Days Late" cell uses the "Audit Date" in order to provide a value and it works. How is this possible? Is this value invisible?
Note: There are 6 different customers. There make form entries every Monday, this is the schedule. However, they are often late and this needs to be tracked.
I also had to have the form input the due date into the schedule to get this to work because I couldn't get it to work when I had the Due Date in the Schedule. Also, as you can see it populated all of the departments, when it shouldn't have or at least I didn't want it to (there are only 8 entries). It shouldn't populate until the form makes the entry and aligns the index with the department. Also, the departments may not make entries in order, so line items may be skipped.
Am I going about this all wrong. I have tried numerous different types of formulas to bring data over from the "General 6S Form Sheet v.02", but always run into issues. It seems it would be easy to bring data over from one sheet to another and keep them aligned, but I can't figure out what I'm doing wrong. Help please! Chris