I have a table with 8 columns and I am trying to create a drop down menu that will return an integer from locums A,C,E,G when I choose text from columns B,D,F,H respectfully.
If I choose:
Text 1 (from column B)
It returns: "1"
If Text 3 (From column D)
Returns: "5"
Is there a way to use IFS()...