Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ralph r
 
Posts: n/a
Default Can I make rows of an excell spreadsheet 'selectable' (on/off)?

I have a spreadsheet of 20 rows (and 20 coulmns). The bottom row of each
column is a total. I would like the user to be able to select the rows (using
like checkboxes or something?) to include in the column total row. Is this
possible?
  #2   Report Post  
topola
 
Posts: n/a
Default Can I make rows of an excell spreadsheet 'selectable' (on/off)?

A4:A6 = {0,1} - your switches

In subtotal row write:
=SUM($A$4:$A$6*C$4:C$6)
followed by CTRL+SHIFT+ENTER
and copy to other columns.
--
HTH, Tomek Polak, http://vba.blog.onet.pl

  #3   Report Post  
Duke Carey
 
Posts: n/a
Default Can I make rows of an excell spreadsheet 'selectable' (on/off)?

With lots of coding you could add checkboxes, etc. An alternative would be
to add a column to one side of the other of your current range and tell the
users to enter "Y" or "x" in each row they want selected and then add a new
formula too total each column that uses a SUMIF() formula to only add the
rows where the user has entered the indicator. If that column was A, and the
20 rows started in row 2, the new formula for totalling column B would be

=SUMIF($A$2:$A$21,"Y",B$2:B$21)

"ralph r" wrote:

I have a spreadsheet of 20 rows (and 20 coulmns). The bottom row of each
column is a total. I would like the user to be able to select the rows (using
like checkboxes or something?) to include in the column total row. Is this
possible?

  #4   Report Post  
topola
 
Posts: n/a
Default Can I make rows of an excell spreadsheet 'selectable' (on/off)?

Alternatively:
=SUMPRODUCT($A$4:$A$6,C$4:C$6) with simple Enter

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
need to replicate insertting a row from 1 worksheet into another giterdun Excel Discussion (Misc queries) 12 November 14th 05 05:00 PM
How to get more than 65000 rows in and excel spreadsheet Jake Clark Excel Discussion (Misc queries) 3 October 25th 05 12:49 PM
make first few rows print on every page? CD New Users to Excel 3 January 3rd 05 06:07 AM
how do I make excel 2003 my default spreadsheet over ms works spr. steve Setting up and Configuration of Excel 1 December 23rd 04 08:03 PM
Data Filter - Not all rows in spreadsheet will display in Autofilt Excel Help Excel Worksheet Functions 1 November 17th 04 05:40 PM


All times are GMT +1. The time now is 03:19 AM.

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"