#1   Report Post  
saturn586
 
Posts: n/a
Default Checkbox

I have a spreadsheet that contains the following colums.

Column O - Amount Due
Column P - Checkbox that is selected when paid.
Column Q - Amount Collected.

I want to create a function that when the checkbox is selected it
passes the value from Column O to Column Q

Any help would be appreciated

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

You have to link the checkbox to a cell. When checked,
that cell will return TRUE. To link to a cell, right click
the checkbox and select Format Control. Then you can use a
formula like this:

Checkbox linked to cell R2.

=IF(R2=TRUE,O2,"")

You can hide the TRUE/FALSE by setting the cells font
color to be the same as the fill color.

What happens if the amount collected isn't equal to the
amount due?

Biff

-----Original Message-----
I have a spreadsheet that contains the following colums.

Column O - Amount Due
Column P - Checkbox that is selected when paid.
Column Q - Amount Collected.

I want to create a function that when the checkbox is

selected it
passes the value from Column O to Column Q

Any help would be appreciated

.

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
checkbox for condtn'l formatting mod(row(),2) marika1981 Excel Discussion (Misc queries) 1 March 6th 05 07:33 AM
checkbox and macros Tdebb8594 Excel Worksheet Functions 1 January 14th 05 10:00 PM
resize control checkbox with cell packat Excel Discussion (Misc queries) 2 December 27th 04 01:16 PM
Checkbox not part of cell. (???) Cells can move "underneath". (!!!) Thomas G. Marshall Excel Discussion (Misc queries) 4 December 18th 04 04:15 PM
Checkbox reading Jonah Excel Worksheet Functions 2 November 19th 04 11:17 PM


All times are GMT +1. The time now is 12:42 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"