Hi,
I'm still tearing my hair out over this issue, and I'm hoping someone can help me.
In our set up that is run through control centre, we have specific information that is entered onto a sheet via a form. I need to link the information that is entered into that form back to the metadata for each project. The issue I'm running into is that I enter either an INDEX or IF formula, when I then use the form to input the data the form data enters into the row below the one that is referenced in the formula.
The screenshot of the sheet is shown below. We have a summary section and I want to collect the "Location Consultant Fee". When the form is submitted, it automatically adds a checkbox into the "check" column, so I wanted to use that as the reference for which row to return. Note that only 1 form is ever submitted into this sheet, so we don't need to worry about multiple entries. The screen shot also shows the formula I used. I also tried the following IF formula, which ultimately has the same result:
=IF(Check20 = 1, [Fixturing Period (Days)]20, IF(Check19 = 1, [Fixturing Period (Days)]19, IF(Check18 = 1, [Fixturing Period (Days)]18, IF(Check17 = 1, [Fixturing Period (Days)]17, IF(Check16 = 1, [Fixturing Period (Days)]16, IF(Check15 = 1, [Fixturing Period (Days)]15, IF(Check14 = 1, [Fixturing Period (Days)]14, IF(Check13 = 1, [Fixturing Period (Days)]13, IF(Check12 = 1, [Fixturing Period (Days)]12, "")))))))))
Does anyone have a suggestion on how I can report the Location Consultant Fee back to the metadata for this project. I'm willing to rework the sheet if the current set up is not ideal.