Hey Team,
Is it possible to have an IF statement imbedded in your drop down list that automatically fills in your selection depending on a cell value??
In the below example I have a drop down list for my "TYPE". Id like to add an IF statement to my drop down list that would work as follows. =IF(C15>0, VLOOKUP(C15,$C$20:$D$24,2),Drop Down List)
So if C15 (Item #) is grater than "0" I want it to automatically fill in "TYPE" with the value associated with the item number, in this case "LABOR". If C15 (Item #) is 0 or has no value added I want the drop down list to function as normal.
Is something like this possible?
Is it possible to have an IF statement imbedded in your drop down list that automatically fills in your selection depending on a cell value??
In the below example I have a drop down list for my "TYPE". Id like to add an IF statement to my drop down list that would work as follows. =IF(C15>0, VLOOKUP(C15,$C$20:$D$24,2),Drop Down List)
So if C15 (Item #) is grater than "0" I want it to automatically fill in "TYPE" with the value associated with the item number, in this case "LABOR". If C15 (Item #) is 0 or has no value added I want the drop down list to function as normal.
Is something like this possible?