Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default True/False Checkboxes

I've been searching unsuccesfully for an answer to this question for
the past three days. I'm a complete beginner with Excel so please
excuse my ignorance...

I'm trying to make a simple checkbox in my spreadsheet so that when it
is checked the value = TRUE and when it is blank the value = FALSE.

ie. Cell A1 has a checkbox and I want to reference cell A1 in cell B2.
So if A1 is checked and the value is true than B2 would change to 100
and if it is false it would stay at 200.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default True/False Checkboxes

Link the checkbox to A1 and in B2 put the formula

=if(A1,100,200)

--
Regards,
Tom Ogilvy

"dankim" wrote in message
om...
I've been searching unsuccesfully for an answer to this question for
the past three days. I'm a complete beginner with Excel so please
excuse my ignorance...

I'm trying to make a simple checkbox in my spreadsheet so that when it
is checked the value = TRUE and when it is blank the value = FALSE.

ie. Cell A1 has a checkbox and I want to reference cell A1 in cell B2.
So if A1 is checked and the value is true than B2 would change to 100
and if it is false it would stay at 200.

Thanks in advance.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
TRUE/FALSE from checkboxes Phil Davy Excel Discussion (Misc queries) 4 September 27th 07 04:09 PM
Function to return True/False if all are validated as True by ISNU Tetsuya Oguma Excel Worksheet Functions 2 March 15th 06 10:28 AM
True Or False, no matter what... it still displays the false statement rocky640[_2_] Excel Programming 2 May 13th 04 04:57 PM
Convert True/False to checkboxes Eric[_7_] Excel Programming 2 September 3rd 03 04:28 PM


All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"