Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pathma
 
Posts: n/a
Default how can I calculate VAT for selective data in the same column of a

I can calculate VAT in a standard way. If i have mixed data in the same
column where some va,ues do not need VAT but the others do...
How can I calculate?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruno Campanini
 
Posts: n/a
Default how can I calculate VAT for selective data in the same column of a

"Pathma" wrote in message
...
I can calculate VAT in a standard way. If i have mixed data in the same
column where some va,ues do not need VAT but the others do...
How can I calculate?


Nobody can answer unless you give criteria to select
data VAT must be calculated on.

Bruno


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default how can I calculate VAT for selective data in the same columnof a

Hi

Presumably you have a column with Vat code, lets say column C, and a column
with the Net amount, say column D.
Assuming your values are in rows 2:20 then

=SUMIF($C$2:C$C20,"S",$D$2:D$D20)*17.5%
If you needed it for Lower rate, then
=SUMIF($C$2:C$C20,"L",$D$2:D$D20)*5%

If you had both S and L and wanted a single Total VAT figure than add the 2
formulae together in the same cell
=SUMIF($C$2:C$C20,"S",$D$2:D$D20)*17.5%+=SUMIF($C$ 2:C$C20,"L",$D$2:D$D20)*5%

All other codes would be 0% VAT and would not need to be added to the total.

Change ranges to suit.

Regards

Roger Govier


Pathma wrote:
I can calculate VAT in a standard way. If i have mixed data in the same
column where some va,ues do not need VAT but the others do...
How can I calculate?

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
IF/AND/OR/DATEIF Issue...sorry...long post... EDSTAFF Excel Worksheet Functions 1 November 10th 05 12:28 AM
how to put data in the column A to the next row of the column B jims Excel Discussion (Misc queries) 1 August 5th 05 12:44 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Can you average data in 1 column based on a range of values in another? kman24 Excel Worksheet Functions 2 November 17th 04 02:09 PM


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