|
-
Dec 7th, 2005, 06:25 AM
#1
Thread Starter
Lively Member
[RESOLVED] Can we:- Use Option button with "if"
Hi,
I want to extract the value of a option button (radio button) using the "if" formula in excel.
The basic issue is, I don't want to enable macros and also want to know if a option button is selected or not.
Can this be done anyhow.
Thanks you
Satti Charvak
-
Dec 7th, 2005, 07:06 AM
#2
Re: Can we:- Use Option button with "if"
VB Code:
If Option1.Value = True
'it has been selected...do something
End If
-
Dec 8th, 2005, 12:11 AM
#3
Thread Starter
Lively Member
Re: Can we:- Use Option button with "if"
Thanks Hack for your reply but I guess you haven't understood my query completely.
That was a VB code (used only for macro).
I wanted to know if something like:-
=IF(Option2.Value=TRUE,"True","False") 'A formulae based thing in a cell
works in excel.
Kind Regards
Satti charvak
Ps:- Also, if possible please move this query to office development, I've wrongly placed this in database development.
-
Dec 8th, 2005, 02:22 PM
#4
Re: Can we:- Use Option button with "if"
-
Dec 8th, 2005, 03:48 PM
#5
Hyperactive Member
Re: Can we:- Use Option button with "if"
Try Using Properties\Linked Cell, set the cell to one you are not using.
Then do your test on the linked cell value.
Talk does not cook rice.
-Chinese Proverb
-
Dec 14th, 2005, 01:20 AM
#6
Thread Starter
Lively Member
Re: Can we:- Use Option button with "if"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|