PC Review


Reply
Thread Tools Rate Thread

Capturing YES/NO from two option buttons

 
 
Memphis
Guest
Posts: n/a
 
      26th Mar 2009
Not really sure if the Subject line will match my question.
I have a bunch of options buttons in an excel worksheet. I used the control
toolbox option buttons and in in caption i entered YES and NO according to
the option buttons. I linked the value to a cell in another worksheet that
will capture the value of the option button when checked. I grouped the
YES/NO buttons and when I click one button the other one looses its black
dot, and so on.
Basically I need to know how I can capture the value of the answer in a cell.
I tried this formula on a cell in the capture sheet
"=IF(C2="TRUE","YES","NO")"
But when the value of C2=TRUE the answer is NO, and if it is FALSE, the
answer is still NO. HElp. I am going in circles.. Thankyou.
 
Reply With Quote
 
 
 
 
Harald Staff
Guest
Posts: n/a
 
      26th Mar 2009
Hi

Remove the qoutes around "TRUE". "TRUE" is a word, TRUE is a logical value,

HTH. Best wishes Harald

"Memphis" <(E-Mail Removed)> wrote in message
news:153719D8-A174-4CFE-B97A-(E-Mail Removed)...
> Not really sure if the Subject line will match my question.
> I have a bunch of options buttons in an excel worksheet. I used the
> control
> toolbox option buttons and in in caption i entered YES and NO according to
> the option buttons. I linked the value to a cell in another worksheet that
> will capture the value of the option button when checked. I grouped the
> YES/NO buttons and when I click one button the other one looses its black
> dot, and so on.
> Basically I need to know how I can capture the value of the answer in a
> cell.
> I tried this formula on a cell in the capture sheet
> "=IF(C2="TRUE","YES","NO")"
> But when the value of C2=TRUE the answer is NO, and if it is FALSE, the
> answer is still NO. HElp. I am going in circles.. Thankyou.


 
Reply With Quote
 
ryguy7272
Guest
Posts: n/a
 
      26th Mar 2009
Try this:
=IF(C2=TRUE,"YES","NO")

Drop four quote marks.

HTH,
Ryan---
--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Harald Staff" wrote:

> Hi
>
> Remove the qoutes around "TRUE". "TRUE" is a word, TRUE is a logical value,
>
> HTH. Best wishes Harald
>
> "Memphis" <(E-Mail Removed)> wrote in message
> news:153719D8-A174-4CFE-B97A-(E-Mail Removed)...
> > Not really sure if the Subject line will match my question.
> > I have a bunch of options buttons in an excel worksheet. I used the
> > control
> > toolbox option buttons and in in caption i entered YES and NO according to
> > the option buttons. I linked the value to a cell in another worksheet that
> > will capture the value of the option button when checked. I grouped the
> > YES/NO buttons and when I click one button the other one looses its black
> > dot, and so on.
> > Basically I need to know how I can capture the value of the answer in a
> > cell.
> > I tried this formula on a cell in the capture sheet
> > "=IF(C2="TRUE","YES","NO")"
> > But when the value of C2=TRUE the answer is NO, and if it is FALSE, the
> > answer is still NO. HElp. I am going in circles.. Thankyou.

>
>

 
Reply With Quote
 
Memphis
Guest
Posts: n/a
 
      27th Mar 2009
Thank you so much for your response, this was what I needed.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Retrieving Information from Option Group (Option Buttons) Pam Microsoft Access Queries 3 10th Nov 2008 03:53 AM
Desselecting Option buttons in a Option Group Ayo Microsoft Access 1 9th Jul 2008 11:43 PM
DV-AVI option not available when capturing Evan Windows XP MovieMaker 8 22nd Jun 2007 12:57 PM
Binding Values from a Table to Option Buttons contained in an Option Group faerewing@gmail.com Microsoft Access 3 15th Jan 2007 10:01 PM
Capturing Ipaq buttons Yechezkal Gutfreund Microsoft Dot NET Compact Framework 1 11th Jun 2004 05:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:13 AM.