Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=(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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=(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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert date | Excel Worksheet Functions | |||
Help with copying dynamic column selected based on remote cell value and dynamic formula fill | Charts and Charting in Excel | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |