Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ![]() button and then want to do an "IF" statement based on if it is true or false. I have tried several ways and it will not point to the true. I have tried. if(B8="true",,) if(B8=true,,) Can someone tell me how to have my formula cell tell me if the button is on or off? Thanks Ferrettmom -- Ferrettmom ------------------------------------------------------------------------ Ferrettmom's Profile: http://www.excelforum.com/member.php...o&userid=37451 View this thread: http://www.excelforum.com/showthread...hreadid=571144 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I assume you are using worksheets form buttons and not controls from the
control toolbox? if this is the case have you linked the buttons to cell B8 Right click the button and go to format control. Then I used the following formula which worked. =IF(B8=TRUE,"YES",NO") "Ferrettmom" wrote: ![]() button and then want to do an "IF" statement based on if it is true or false. I have tried several ways and it will not point to the true. I have tried. if(B8="true",,) if(B8=true,,) Can someone tell me how to have my formula cell tell me if the button is on or off? Thanks Ferrettmom -- Ferrettmom ------------------------------------------------------------------------ Ferrettmom's Profile: http://www.excelforum.com/member.php...o&userid=37451 View this thread: http://www.excelforum.com/showthread...hreadid=571144 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Need macro to auto set option buttons all to "Yes" or "No" | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Need more than 7 nested "IF" statements in Excel" | Excel Discussion (Misc queries) | |||
Shortcut key for "Paste Options" and "Error Checking" buttons? | Excel Discussion (Misc queries) | |||
Standard "Open" and "Save As" Buttons | Excel Programming |