Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Louise
 
Posts: n/a
Default Using Check boxes in Excel

Hi all

A colleague of mine has a worksheet and when she enters a 1 into a cell, a
tick is automatically entered into a checkbox in another cell next door.

The person who created this workbook no longer works for the company and we
now have to replicate this.

Any idea how he has created it???

Any urgent help would be much appreciated.
Thank you.
Louise
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Using Check boxes in Excel

One way:

Set the font to Wingdings for the cell where the tick is to appear put this
formula there

=IF(A5=1,CHAR(252),"")

changing the A5 reference to the cell where you are to enter the 1.


"Louise" wrote:

Hi all

A colleague of mine has a worksheet and when she enters a 1 into a cell, a
tick is automatically entered into a checkbox in another cell next door.

The person who created this workbook no longer works for the company and we
now have to replicate this.

Any idea how he has created it???

Any urgent help would be much appreciated.
Thank you.
Louise

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Louise
 
Posts: n/a
Default Using Check boxes in Excel

Hi
Thank you for your help.
The only problem is, they want the actual checkbox style, not just a tick.
I think I have got around it by using the Forms method, adding a checkbox and
then applying a Cell to it - that seemed to work.

Thanks any way.
Louise

"Duke Carey" wrote:

One way:

Set the font to Wingdings for the cell where the tick is to appear put this
formula there

=IF(A5=1,CHAR(252),"")

changing the A5 reference to the cell where you are to enter the 1.


"Louise" wrote:

Hi all

A colleague of mine has a worksheet and when she enters a 1 into a cell, a
tick is automatically entered into a checkbox in another cell next door.

The person who created this workbook no longer works for the company and we
now have to replicate this.

Any idea how he has created it???

Any urgent help would be much appreciated.
Thank you.
Louise

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PH NEWS
 
Posts: n/a
Default Using Check boxes in Excel

There a few things you need to do. The first is to make sure you have the
forms toolbar in operation. ViewToolbarsForms. Then select the tick/check
box from your forms toolbars. Now right click on the check box and click
format control. Select your linked cell and click OK. now when you check the
box with your mouse you will notice there is a TRUE value in the cell you
chose to be your linked cell and if you uncheck it there will be a FALSE
value. Let's say you chose B1 as your linked cell, in B1 enter,
=IF(A1=1,TRUE,FALSE) Now when you enter 1 in A1 your box will be checked, if
there is not a 1 the box will be unchecked.

Hope this has helped

SPL
"Louise" wrote in message
...
Hi all

A colleague of mine has a worksheet and when she enters a 1 into a cell, a
tick is automatically entered into a checkbox in another cell next door.

The person who created this workbook no longer works for the company and

we
now have to replicate this.

Any idea how he has created it???

Any urgent help would be much appreciated.
Thank you.
Louise



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Louise
 
Posts: n/a
Default Using Check boxes in Excel

Worked a treat, thank you.

Louise

"PH NEWS" wrote:

There a few things you need to do. The first is to make sure you have the
forms toolbar in operation. ViewToolbarsForms. Then select the tick/check
box from your forms toolbars. Now right click on the check box and click
format control. Select your linked cell and click OK. now when you check the
box with your mouse you will notice there is a TRUE value in the cell you
chose to be your linked cell and if you uncheck it there will be a FALSE
value. Let's say you chose B1 as your linked cell, in B1 enter,
=IF(A1=1,TRUE,FALSE) Now when you enter 1 in A1 your box will be checked, if
there is not a 1 the box will be unchecked.

Hope this has helped

SPL
"Louise" wrote in message
...
Hi all

A colleague of mine has a worksheet and when she enters a 1 into a cell, a
tick is automatically entered into a checkbox in another cell next door.

The person who created this workbook no longer works for the company and

we
now have to replicate this.

Any idea how he has created it???

Any urgent help would be much appreciated.
Thank you.
Louise






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
Filtering by Check Boxes Eggtavius Excel Discussion (Misc queries) 2 January 18th 06 04:41 AM
Input boxes in excel and MS Query David494 Excel Discussion (Misc queries) 0 June 21st 05 03:16 PM
Check Boxes vknight Excel Discussion (Misc queries) 1 June 20th 05 11:13 AM
How do I enter a working check box option in Excel? Lisa the CPA Excel Discussion (Misc queries) 1 January 31st 05 07:07 AM
Why does spelling check close Excel when checking spanish? RCP Excel Discussion (Misc queries) 2 December 4th 04 07:37 PM


All times are GMT +1. The time now is 07:22 PM.

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

About Us

"It's about Microsoft Excel"