Reference a ToggleButton in Cell Formula

  • Thread starter Thread starter zinzah
  • Start date Start date
Z

zinzah

I am trying to reference the status of a Toggle Button in a formul
within a cell. I am trying to have a cell recalculate based upo
whether the value of tglActCon1 is true or false. The button toggle
between “A” (False) and “C”(True), but I am getting the “# Name” erro
with this formula:

=IF(A11=0,"",IF(forms.tglActCon1.value=TRUE,"",VLOOKUP(A11,'GAM
INFO'!A1:E200,3)))

Or, I do not get an error, but it does not recalculate if I use thi
formula:

=IF(A11=0,"",IF(“forms.tglActCon1.value”=TRUE,"",VLOOKUP(A11,'GAM
INFO'!A1:E200,3)))



Hope this is enough info….
 
Can't be done, unless you link the state of the control to a cell and then
refer to the linked cell in your formula.
 
Excellent!! Again, another question answered here!!! This place is th
best!! Thank you!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top