We’d like to remind Forumites to please avoid political debate on the Forum.

This is to keep it a safe and useful space for MoneySaving discussions. Threads that are – or become – political in nature may be removed in line with the Forum’s rules. Thank you for your understanding.

📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Excel - Asking a lot I know .....

24

Comments

  • judderman62
    judderman62 Posts: 5,134 Forumite
    OK muppet person

    have PM'd you with my gmail address -s end me the sheet as an attachment.

    Hope you get OH's finger sorted :eek: :(

    Catch ya later

    Judderperson
    Hate and I do mean Hate my apple Mac Computer - wish I'd never bought the thing
    Do little and often
    Please stop using the word "of" when you actually mean "have" - it's damned annoying :mad:
  • malamute
    malamute Posts: 710 Forumite
    The way i would do it is to create another column and with a yes/no input (y or n) then where you calculate the vat the calculation would be like this =IF(G18="y",C18/100*17.5," ")
    which would be yes vat is applicable g18=y , c18 is the amount that vat is to be applied to and finally the vat calc divide c18 by 100 and multiply by 17.5 which would show the vat .

    I'm working this weekend suggest you have a go yourself as this is how you learn if still got problems send me a PM along with your personal email address and i'll get back to you with my details so that you can send the spreadsheet.
  • judderman62
    judderman62 Posts: 5,134 Forumite
    malamute wrote: »
    The way i would do it is to create another column and with a yes/no input (y or n) then where you calculate the vat the calculation would be like this =IF(G18="y",C18/100*17.5," ")
    which would be yes vat is applicable g18=y , c18 is the amount that vat is to be applied to and finally the vat calc divide c18 by 100 and multiply by 17.5 which would show the vat .

    I'm working this weekend suggest you have a go yourself as this is how you learn if still got problems send me a PM along with your personal email address and i'll get back to you with my details so that you can send the spreadsheet.

    I get the impression, and correct me if I'm wrong in this muppet81, that she needs variable rates of vat - in which case a Y/N wouldn't seem to be suitable.

    Useful knowledge you're imparted there though Mal - I wouldn't have known that one :beer::beer::T
    Hate and I do mean Hate my apple Mac Computer - wish I'd never bought the thing
    Do little and often
    Please stop using the word "of" when you actually mean "have" - it's damned annoying :mad:
  • tomstickland
    tomstickland Posts: 19,538 Forumite
    10,000 Posts Combo Breaker
    I'd set a cell for the default tax rate, with 17.5 in it.

    I'd add a column where you leave a 0 in for standard tax rate and type another number to override it.

    The tax calculation would then be:

    tax = amount_spent*(if(cell=0,default_cell,cell)/100

    Something like that. There are a million ways you could do it.
    Happy chappy
  • ManAtHome
    ManAtHome Posts: 8,512 Forumite
    Part of the Furniture Combo Breaker
    If it's potentially for worldwide rates, I'd just leave a second column open and get them to enter the Vat rate (should be shown on the receipts), then adjust your formula to use this column instead of the 17.5.
  • rmg1
    rmg1 Posts: 3,159 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    Assuming your initial value is in Column A, Standard VAT is in Column B (i.e. 17.5%) and your final value is in Column D, you could use the following if you wanted to put a different VAT rate in Column C.
    Then use this formula in Column D:-
    =if(C1="",A1*B1,A1*C1)

    That would give you the value of VAT to be added.

    If you wanted a nett total of expense + VAT, then change the formulas to :-
    =if(C1="",(A1*B1)+A1,(A1*C1)+A1)
    :wall: Flagellation, necrophilia and bestiality - Am I flogging a dead horse? :wall:

    Any posts are my opinion and only that. Please read at your own risk.
  • judderman62
    judderman62 Posts: 5,134 Forumite
    ManAtHome wrote: »
    If it's potentially for worldwide rates, I'd just leave a second column open and get them to enter the Vat rate (should be shown on the receipts), then adjust your formula to use this column instead of the 17.5.

    that's the kind of tack I was going to take
    Hate and I do mean Hate my apple Mac Computer - wish I'd never bought the thing
    Do little and often
    Please stop using the word "of" when you actually mean "have" - it's damned annoying :mad:
  • malamute
    malamute Posts: 710 Forumite
    I have been down this road before when the initial specification of what is required is not made crystal clear.
    If the OP wanted to have any variable from 0 to 99.99 as a calculation of vat or whatever then the approach would be totally different. If that is what is required as other posters have stated then the vat element would be better alone within a column and dependant on how many variations would potentially be used (drop down if say no more than 10) or direct entry if more.
  • Wombat
    Wombat Posts: 960 Forumite
    Part of the Furniture 500 Posts Combo Breaker
    malamute wrote: »
    I have been down this road before when the initial specification of what is required is not made crystal clear.
    If the OP wanted to have any variable from 0 to 99.99 as a calculation of vat or whatever then the approach would be totally different. If that is what is required as other posters have stated then the vat element would be better alone within a column and dependant on how many variations would potentially be used (drop down if say no more than 10) or direct entry if more.

    Yes, I agree, malamute. There HAS to be a cell within each record holding the VAT amount to be applied to that record for the reasons I stated earlier in the event that a VAT rate changes during the lifetime of the spreadsheet.So even though there may be many records which need the domestic, UK VAT rate to be applied to them, this could be different for different records depending on whether they were an expense claimed pre-VAT rise or post-VAT rise. A table of rates would in this case not be possible, likewise a drop-down box or look-up table.
  • Muppet81
    Muppet81 Posts: 951 Forumite
    Part of the Furniture Combo Breaker
    Sorry but I had to go off line to try to track down an open chemist to stop OH bleeding to death. It was a nasty gash.

    My conclusion is that it is much easier to get Excel advice on a Saturday afternoon than it is to find an open chemist.

    Thank you to all of you who have been kind enough to respond. There is so much information here it will take me a while to work through it....but I will.
    thanks for sharing your knowledge. It is a great way for me to learn.
    Judderman has kindly offered to have a look at my spreadsheet when he gets a spare moment and I greatly appreciate that.

    Will let you know how i get on and thanks again all of you.
    Thank you for this site :jNow OH and I are both retired, MSE is a Godsend
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 352.1K Banking & Borrowing
  • 253.6K Reduce Debt & Boost Income
  • 454.2K Spending & Discounts
  • 245.1K Work, Benefits & Business
  • 600.8K Mortgages, Homes & Bills
  • 177.5K Life & Family
  • 258.9K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.