Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default when using check box dont want excel calculate values.

I have three columns of data that each have a sum at the bottom. (Tehy sum
vertically) I want to add a check box to the right of the last column and if
I select to check off the box. I dont want the data in that entire row to be
calculated as part of the three different sums for the all three columns. I
do have hundreds of rows that are displayed in those three columns. How do I
make this work ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default when using check box dont want excel calculate values.

Instead of using a checkbox, I'd use a cell that helds what looks like a check
mark.

Format the cell using a wingdings font
And give it a format|Cells|Number tab|custom category
In the "type:" box, put this:
alt-0252;alt-0252;alt-0252;alt-0252
It should look something like this when you're done.
ü;ü;ü;ü
(umlaut over the lower case u separated by semicolons)

And format that range of cells as Wingdings.

Now, no matter what you type (spacebar, x, anyoldtextatall), you'll see a check
mark.

Say this cell is X99.

Then you could change your formula to something like:

=sum(a1:a98)+(a99*($x$99<""))

=========
You could actually add a checkbox from the Forms toolbar and assign the linked
cell to that same X99 cell.

Then the formula becomes:
=sum(a1:a98)+(a99*($x$99=true))




Markos wrote:

I have three columns of data that each have a sum at the bottom. (Tehy sum
vertically) I want to add a check box to the right of the last column and if
I select to check off the box. I dont want the data in that entire row to be
calculated as part of the three different sums for the all three columns. I
do have hundreds of rows that are displayed in those three columns. How do I
make this work ?


--

Dave Peterson
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
How can I Calculate Check Digit for UPC A - the 13th warrior AIRJACK Excel Discussion (Misc queries) 6 May 4th 23 07:46 PM
How to calculate the UPC Check Digits David Excel Worksheet Functions 4 May 24th 07 07:23 PM
How do I calculate a check-digit in Excel? Dan Excel Worksheet Functions 5 February 27th 07 02:03 PM
Calculate an Excel column that contains numbers and #Values Kevin Excel Discussion (Misc queries) 3 August 9th 06 04:35 PM
DOnt calculate leap year kckar Excel Worksheet Functions 8 July 19th 05 02:02 PM


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