Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default FORMULA; ADD A COLUMN, SUBTRACT 1 CELL, TAKE THE TOTAL X 10%

I want to total a column, subtract 1 particular cell from the total, and
take the total times 10%. I know it should be easy but......
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default FORMULA; ADD A COLUMN, SUBTRACT 1 CELL, TAKE THE TOTAL X 10%

What do you mean by total times?

"Teresea" wrote:

I want to total a column, subtract 1 particular cell from the total, and
take the total times 10%. I know it should be easy but......

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default FORMULA; ADD A COLUMN, SUBTRACT 1 CELL, TAKE THE TOTAL X 10%

=(SUM([range])-[cell])*.10

Example:

=(SUM(A1:A1000)-A50)*.10

Adjust to suit your needs.

Dave
--
Brevity is the soul of wit.


"Teresea" wrote:

I want to total a column, subtract 1 particular cell from the total, and
take the total times 10%. I know it should be easy but......

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default FORMULA; ADD A COLUMN, SUBTRACT 1 CELL, TAKE THE TOTAL X 10%

times, as in multiplication.
--
Brevity is the soul of wit.


"Jaleel" wrote:

What do you mean by total times?

"Teresea" wrote:

I want to total a column, subtract 1 particular cell from the total, and
take the total times 10%. I know it should be easy but......

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default FORMULA; ADD A COLUMN, SUBTRACT 1 CELL, TAKE THE TOTAL X 10%

=(SUM(A:A)-A30)*0.1


Gord Dibben MS Excel MVP

On Thu, 12 Oct 2006 09:42:02 -0700, Teresea
wrote:

I want to total a column, subtract 1 particular cell from the total, and
take the total times 10%. I know it should be easy but......


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
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
Help with copying dynamic column selected based on remote cell value and dynamic formula fill ers Charts and Charting in Excel 0 March 1st 06 01:05 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 09:55 AM.

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"