Hi, people smarter than me. I have been trying for days and days to get a formula to work. The source data is not sorted; it is populated by form data.
The vloopup formula only duplicated the same result from the first row over again.
=IF(VLOOKUP([Primary Column]@row, {2024 Circulation File Num to Support Level}, 1, false) = [Primary Column]@row, VLOOKUP("AH&H", {Department to Support Level}, 4, false), "No Response") So I added a helper column, but that did not change anything using Vlookup.
So, I tried switching to both Index Collect and Index Match. I even created a helper column in my source sheet and the current sheet in which I want the data inputted. Index Collect just had an unparsable error. Index Match, only returns a result when the Helper column is blank in the current sheet I want data imported into, and the result is from the first row of the helper column in the source sheet.
=INDEX(MATCH({2024 Support Level}, {2024 Helper CS File & Responder}, [Helper AH&H]@row,1) I also tried changing the ",1)" to ",0", but no change.
{2024 Support Level} is a drop-down field in the source sheet. I would prefer to have the symbol column returned which is {2024 Support Symbols} using the stop lights, but at this point, I will take anything. {2024 Helper CS File & Responder} is the source sheet helper which contains a unique ID of file number and company name, and matches the data in the Helper Column, on my current sheet.
As you can see in the Current Sheet Screenshot, the only time it did not error, was when the Helper AH&H column had a blank cell, and the returned result was from the first row in the source sheet. If there is #NO MATCH I would prefer it to be blank or say "No Response".