Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default wanting to check off items and have it add them to a total value

Hello,
I would greatly appreciate any help with this issue.

I have data that is comprised of items which each have their own cost. Is
it possible to click a checkbox next to each of these items and have it tally
the total at the bottom for just the items that are checked off?

Thank you in advance!


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default wanting to check off items and have it add them to a total value

Yes it is. For each check box you will have to right click on it and assign
its cell link to a cell on the screen. So each time you check and uncheck it
that cell changes value.

Then to sum up the total you would use a Sumif formula basically summing any
cost where the checkbox value is -1 or whatever the checkbox value is when
checked.

"iao monster" wrote:

Hello,
I would greatly appreciate any help with this issue.

I have data that is comprised of items which each have their own cost. Is
it possible to click a checkbox next to each of these items and have it tally
the total at the bottom for just the items that are checked off?

Thank you in advance!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default wanting to check off items and have it add them to a total val

Can you expand on your answer with more detail if you have the time?

Thank you!

"akphidelt" wrote:

Yes it is. For each check box you will have to right click on it and assign
its cell link to a cell on the screen. So each time you check and uncheck it
that cell changes value.

Then to sum up the total you would use a Sumif formula basically summing any
cost where the checkbox value is -1 or whatever the checkbox value is when
checked.

"iao monster" wrote:

Hello,
I would greatly appreciate any help with this issue.

I have data that is comprised of items which each have their own cost. Is
it possible to click a checkbox next to each of these items and have it tally
the total at the bottom for just the items that are checked off?

Thank you in advance!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default wanting to check off items and have it add them to a total val

Alright first off there is 2 types of checkboxes. You want to go to

View-Toolbars-Forms

Do not use the control Toolbox Checkbox

On the checkbox from the Forms toolbox right click on it and go to "Format
Control"

There it will say something like "Cell Link". Click on the cell link box and
then click on the cell you want the value to show up in.

Now press ok, then go and click and unclick the checkbox, you will see a
TRUE or FALSE when you click and unclick it.

So now you can run formulas, such as if you put the cell links on the same
row as the cost that you want to add up. You can have a formula that says
something like

=Sumif(Range,TRUE,SumRange)

So every time you click a checkbox it will add the value up within that
range, and everytime you uncheck it, it will not add up that value.

"iaomonster" wrote:

Can you expand on your answer with more detail if you have the time?

Thank you!

"akphidelt" wrote:

Yes it is. For each check box you will have to right click on it and assign
its cell link to a cell on the screen. So each time you check and uncheck it
that cell changes value.

Then to sum up the total you would use a Sumif formula basically summing any
cost where the checkbox value is -1 or whatever the checkbox value is when
checked.

"iao monster" wrote:

Hello,
I would greatly appreciate any help with this issue.

I have data that is comprised of items which each have their own cost. Is
it possible to click a checkbox next to each of these items and have it tally
the total at the bottom for just the items that are checked off?

Thank you in advance!


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default wanting to check off items and have it add them to a total val

THANK YOU SO MUCH!

"akphidelt" wrote:

Alright first off there is 2 types of checkboxes. You want to go to

View-Toolbars-Forms

Do not use the control Toolbox Checkbox

On the checkbox from the Forms toolbox right click on it and go to "Format
Control"

There it will say something like "Cell Link". Click on the cell link box and
then click on the cell you want the value to show up in.

Now press ok, then go and click and unclick the checkbox, you will see a
TRUE or FALSE when you click and unclick it.

So now you can run formulas, such as if you put the cell links on the same
row as the cost that you want to add up. You can have a formula that says
something like

=Sumif(Range,TRUE,SumRange)

So every time you click a checkbox it will add the value up within that
range, and everytime you uncheck it, it will not add up that value.

"iaomonster" wrote:

Can you expand on your answer with more detail if you have the time?

Thank you!

"akphidelt" wrote:

Yes it is. For each check box you will have to right click on it and assign
its cell link to a cell on the screen. So each time you check and uncheck it
that cell changes value.

Then to sum up the total you would use a Sumif formula basically summing any
cost where the checkbox value is -1 or whatever the checkbox value is when
checked.

"iao monster" wrote:

Hello,
I would greatly appreciate any help with this issue.

I have data that is comprised of items which each have their own cost. Is
it possible to click a checkbox next to each of these items and have it tally
the total at the bottom for just the items that are checked off?

Thank you in advance!




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default wanting to check off items and have it add them to a total val

No problem!

"iaomonster" wrote:

THANK YOU SO MUCH!

"akphidelt" wrote:

Alright first off there is 2 types of checkboxes. You want to go to

View-Toolbars-Forms

Do not use the control Toolbox Checkbox

On the checkbox from the Forms toolbox right click on it and go to "Format
Control"

There it will say something like "Cell Link". Click on the cell link box and
then click on the cell you want the value to show up in.

Now press ok, then go and click and unclick the checkbox, you will see a
TRUE or FALSE when you click and unclick it.

So now you can run formulas, such as if you put the cell links on the same
row as the cost that you want to add up. You can have a formula that says
something like

=Sumif(Range,TRUE,SumRange)

So every time you click a checkbox it will add the value up within that
range, and everytime you uncheck it, it will not add up that value.

"iaomonster" wrote:

Can you expand on your answer with more detail if you have the time?

Thank you!

"akphidelt" wrote:

Yes it is. For each check box you will have to right click on it and assign
its cell link to a cell on the screen. So each time you check and uncheck it
that cell changes value.

Then to sum up the total you would use a Sumif formula basically summing any
cost where the checkbox value is -1 or whatever the checkbox value is when
checked.

"iao monster" wrote:

Hello,
I would greatly appreciate any help with this issue.

I have data that is comprised of items which each have their own cost. Is
it possible to click a checkbox next to each of these items and have it tally
the total at the bottom for just the items that are checked off?

Thank you 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
Check for duplicate items and delete them chanse44 Excel Discussion (Misc queries) 4 April 2nd 08 01:06 AM
Total Items Per Hour tryn''''2learn Excel Discussion (Misc queries) 3 October 11th 06 03:35 PM
How to total like items Cosmo Excel Discussion (Misc queries) 2 April 19th 06 12:20 AM
check occurrence of items in a range Jack Sons Excel Worksheet Functions 9 February 21st 05 08:37 AM
check occurrence of items in a range Jack Sons Excel Discussion (Misc queries) 3 February 17th 05 11:50 PM


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