Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
chrissy
 
Posts: n/a
Default Help! - with a formula please


I have 14 collums in use 1 of which is for VAT and the other for the
total
10 collums do have vat and 2 don't. I would like to know if there is a
forumula I can use:
Col A ColB ColC ColD ColE Colf ColG GolH GolI Col J
vat Col total
vat inc nil v vatinc nil vatin vat nil vat vat
vat 17.5%

5.00 1.00 5.55
5.00 1.49 16.55

my question is what formula do I use in the total col? thank you


--
chrissy
------------------------------------------------------------------------
chrissy's Profile: http://www.excelforum.com/member.php...o&userid=15847
View this thread: http://www.excelforum.com/showthread...hreadid=274948

  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Chrissy,

I think that you could use the SUMPRODUCT function to calculate the VAT, but
you would have to change your layout slightly.

Insert a new row 2, and in that row for the columns where the VAT applies,
put the 17.5%, and in the others, put 0.

Then you could usethis formula for prices in row 3:

=SUMPRODUCT($A$2:$J$2,A3:J3)

and then use

=SUM(A3:J3)

to get the subtotal, and

=SUMPRODUCT($A$2:$J$2,A3:J3) + SUM(A3:J3)

to get the overall total, with VAT included.

HTH,
Bernie
MS Excel MVP

"chrissy" wrote in message
...

I have 14 collums in use 1 of which is for VAT and the other for the
total
10 collums do have vat and 2 don't. I would like to know if there is a
forumula I can use:
Col A ColB ColC ColD ColE Colf ColG GolH GolI Col J
vat Col total
vat inc nil v vatinc nil vatin vat nil vat vat
vat 17.5%

5.00 1.00 5.55
5.00 1.49 16.55

my question is what formula do I use in the total col? thank you


--
chrissy
------------------------------------------------------------------------
chrissy's Profile:

http://www.excelforum.com/member.php...o&userid=15847
View this thread: http://www.excelforum.com/showthread...hreadid=274948



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
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 02:49 PM
Simple formula doesn't quite add up circeo Excel Discussion (Misc queries) 3 January 17th 05 10:04 PM
how do I make a formula NOT change when the data range is moved? Alida Andrews Excel Discussion (Misc queries) 2 January 6th 05 10:02 PM
Creating Formula using check boxes Anthony Slater Excel Discussion (Misc queries) 3 January 4th 05 04:03 PM
I want the results of a formula to show in cell, NOT THE FORMULA! ocbecky Excel Discussion (Misc queries) 4 December 10th 04 09:39 PM


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