Hey guys, pretty much trying to do what the title says.
I have inserted a form control (dropdownlist) and want to refer to its contents in a cell formula;
is there an easy way to do this? I've looked around the developer tab and tried googling but now I'm here
Any help appreciated guys, thx!
ben
I have inserted a form control (dropdownlist) and want to refer to its contents in a cell formula;
Code:
=IF(dropdownlistcontent="blah","output1",IF(dropdownlistcontent="blah2","output2"))
is there an easy way to do this? I've looked around the developer tab and tried googling but now I'm here
Any help appreciated guys, thx!
ben