Forum Discussion

AndyT410's avatar
AndyT410
Brass Contributor
Aug 23, 2024
Solved

Combobox return blank for 1st option

Hi, I'm creating a non VBA combobox with the 1st option being "Select" as I need an option to have a null value. I'm referencing the combobox in another formula so can't have "Select" return 1. is t...
  • AndyT410's avatar
    AndyT410
    Sep 02, 2024
    HI,
    I used =if(b2=”Select”,c1=”Ascending”,c1=”Descending”) and then added a helper row below to filter out the 1 to use in my next formula. Thanks for your help.

Resources