Forum Discussion
rmmwilg
Jun 20, 2019Brass Contributor
Auto select drop down menu item based on a cell value
Hi all, Is there a way to populate or auto-select a drop-down menu item in one cell based on another cell's value? eg. The difference between two other cells is a positive value, so I would like...
- Jun 22, 2019
In the attached file, the formula in the source box of the drop-down list in I9 is:
=IF(((H9="")+(H9=0))*(I9=""),Codes,IF((H9>0)*(I9=""),PosCode,IF((H9<0)*(I9=""),NegCode,"")))
Note the following defined names therein:
Name Formula Codes =Sheet1!$A$2:$A$14 NegCode =Sheet1!$A$4 PosCode =Sheet1!$A$9
nabilmourad
Jun 23, 2019MVP
Hello Everyone
I am privileged to join this amazing community of Excel users today only.
here is a tutorial I created sometime ago on dependent drop lists:
https://www.youtube.com/watch?v=0MuQfUJbycQ
Hope this helps
Thanks
Nabil Mourad