Was wondering if someone could help me out here. I’m trying to wrap my head around a formula I am trying to get to work but seem to have some problems. I got two drop down list at the top of my form. Once the first on is select, the second one appears with a select values based on the first drop down. Now what I am trying to do is, once both drop downs are complete, I want to gather a list of values from another column that are associated to the second dropdown because it’s in the same roll.
I have tried using _thisrow but seems to not work. I have to let appsheet sheet know that _thisrow = “value” I’m trying to IFS, SELECT AND NOT(ISBLANK( and(
First Drop Down [Type of Filter], Second Drop Down [Part Number]
Sorry for the mass confusion, The values that I want to catch is from another table, and only want the catch values the are affiliated to the part number once it’s determined in that it’s under the “Type of Filter” Column. That drop down is looking for exact column. “Engine Oil Filter”, Fuel Filter", Water Separator Filter", and so on. Then the second drop down display all the filter numbers in that the column. I tried the formula about, it works, but gives me all the values in the unit column. Where I need the ones that use the part number. I also add some screen shot photos. I hope this help. I have be strungling with this for a while now.
I tried both of these formulas but I keep getting an error “Number of opened and closed parentheses does not match.” I can’t seem to fix it. Any suggestions?
OMG, I added false at the end and changed the select column. Just what I was looking for. I just want to say thank you so much, it’s going to be a long code once I am done adding the other columns to it but it’s what I have been pulling my hair out for a month. Thank you again.