Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 90
Default Formulas, Please help!!!

OK... I hav a spreadsheet that has 10 Columns. Three of these columns are
money, The other columns are Names, Date, Check #, ect. Each Row is a
specific transaction or sale. What I would like to do is for the 3 Columns
that have money in them to keep subtotals of each column and a total of all 3
as data is being entered. I have been able to do this with a completed
spreadsheet but haven't figured out how to apply a formula that will
calculate as I go. I also need to be able to use my filters and print
receipts with the Subtotals and Total for that person. Can anyone please
help me with this, I would be extremely grateful!!
Example:

A B C D E F G
H I J
- Date Name Name Name $40.00 $10.00 CH# $125.00 X
- Date Name Name Name $40.00 $10.00 CH# $125.00 X

Subtotals $80.00 $20.00
$250.00
Total
$350.00

If it makes a difference I have Excel 2007

--
Thanks for any help!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Formulas, Please help!!!

I'd put the subtotal formulas in row 1, the column headers in row 2 and the data
in rows 3-###.

Then I'd use formulas like:
=subtotal(9,E3:E65536)
In E1

Since it's using =subtotal(), it'll ignore any rows hidden when you apply the
data|filter|autofilter to rows 2:###

Debbie wrote:

OK... I hav a spreadsheet that has 10 Columns. Three of these columns are
money, The other columns are Names, Date, Check #, ect. Each Row is a
specific transaction or sale. What I would like to do is for the 3 Columns
that have money in them to keep subtotals of each column and a total of all 3
as data is being entered. I have been able to do this with a completed
spreadsheet but haven't figured out how to apply a formula that will
calculate as I go. I also need to be able to use my filters and print
receipts with the Subtotals and Total for that person. Can anyone please
help me with this, I would be extremely grateful!!
Example:

A B C D E F G
H I J
- Date Name Name Name $40.00 $10.00 CH# $125.00 X
- Date Name Name Name $40.00 $10.00 CH# $125.00 X

Subtotals $80.00 $20.00
$250.00
Total
$350.00

If it makes a difference I have Excel 2007

--
Thanks for any help!!!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 90
Default Formulas, Please help!!!

Thanks Dave!! I really appreciate your help. That works very well for what
I'm trying to do. Sorry it took me so long to reply, I've been out of town
and didn't check mail, my bad!! Thank you again.
Debbie
--
Thanks for any help!!!


"Dave Peterson" wrote:

I'd put the subtotal formulas in row 1, the column headers in row 2 and the data
in rows 3-###.

Then I'd use formulas like:
=subtotal(9,E3:E65536)
In E1

Since it's using =subtotal(), it'll ignore any rows hidden when you apply the
data|filter|autofilter to rows 2:###

Debbie wrote:

OK... I hav a spreadsheet that has 10 Columns. Three of these columns are
money, The other columns are Names, Date, Check #, ect. Each Row is a
specific transaction or sale. What I would like to do is for the 3 Columns
that have money in them to keep subtotals of each column and a total of all 3
as data is being entered. I have been able to do this with a completed
spreadsheet but haven't figured out how to apply a formula that will
calculate as I go. I also need to be able to use my filters and print
receipts with the Subtotals and Total for that person. Can anyone please
help me with this, I would be extremely grateful!!
Example:

A B C D E F G
H I J
- Date Name Name Name $40.00 $10.00 CH# $125.00 X
- Date Name Name Name $40.00 $10.00 CH# $125.00 X

Subtotals $80.00 $20.00
$250.00
Total
$350.00

If it makes a difference I have Excel 2007

--
Thanks for any help!!!


--

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
Convert Array Formulas to Regular Formulas Domenick Excel Worksheet Functions 6 August 17th 15 09:16 PM
E2007 formulas display as formulas, not results Pierre Excel Worksheet Functions 3 January 14th 10 04:59 PM
Counting # of Formulas in a column with formulas and entered data Brand Excel Worksheet Functions 1 October 10th 09 01:01 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
AdvancedFilter on cells with formulas, returning values and not formulas Claus[_3_] Excel Programming 2 September 7th 05 02:40 PM


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