Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default A total Formula (Help)

Hi
I am trying To do a daily calculation for a shop but i cant find a
formula that gives the total amount
minus a deduction %
My table is the following
B13= Item
D13=Cost
E13= Quantity
F13= Deduction %
G13= Total

I wana have a formula that gives me
Total =Cost*Quantity-deduction amount

I want a formula that allows me to have the total of the amount payed
for each item


Best Regards

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default A total Formula (Help)

How is the deduction calculated? A percentage of cost*quantity? If so, try:

=d13*e13*(1-f13)

Regards,
Fred

"Tia" wrote in message
...
Hi
I am trying To do a daily calculation for a shop but i cant find a
formula that gives the total amount
minus a deduction %
My table is the following
B13= Item
D13=Cost
E13= Quantity
F13= Deduction %
G13= Total

I wana have a formula that gives me
Total =Cost*Quantity-deduction amount

I want a formula that allows me to have the total of the amount payed
for each item


Best Regards


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default A total Formula (Help)

In G13 use =D13*E13*(1-F13)
[... assuming that you've put a percentage value like 20% in F13; if
you've just put 20, then change the formula to =D13*E13*(1-F13/100) ]

And in all honesty, this isn't really an Excel question. Before you try to
use Excel, it is always wise to know what calculation you want to carry out.
It is difficult for Excel or any other tool to provide the answer if you
don't know the question.
--
David Biddulph

"Tia" wrote in message
...
Hi
I am trying To do a daily calculation for a shop but i cant find a
formula that gives the total amount
minus a deduction %
My table is the following
B13= Item
D13=Cost
E13= Quantity
F13= Deduction %
G13= Total

I wana have a formula that gives me
Total =Cost*Quantity-deduction amount

I want a formula that allows me to have the total of the amount payed
for each item


Best Regards



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
what formula to get total from two different columns Mikeymike Excel Worksheet Functions 2 October 18th 06 06:58 PM
why does a formula not total right? Kickstart New Users to Excel 2 April 11th 06 01:59 PM
Old Lotus Sub Total & Grand Total formula Kylie Excel Discussion (Misc queries) 2 April 9th 06 12:24 PM
XL formula - total of row = total of column topaz Excel Worksheet Functions 2 March 17th 05 10:04 PM
Total formula Rebecca Excel Worksheet Functions 1 March 2nd 05 03:19 PM


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