+ Reply to Thread
Results 1 to 3 of 3

Formula to calculate Tax values on net value depending on dealer codes

  1. #1
    Forum Contributor
    Join Date
    07-09-2013
    Location
    Nagpur, India
    MS-Off Ver
    Excel 2010 / 2013
    Posts
    293

    Formula to calculate Tax values on net value depending on dealer codes

    Please refer file attached.

    I needed formula in my sheet name "VF05_UTILITY" in columns BB, BC & BD (Tax values) depending on tax rates(column A, B & C) and Dealer Code (sheet: "Dealer Details") to calculate whether the dealer code come in SGST / CGST or IGST.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula to calculate Tax values on net value depending on dealer codes

    Please try at BB3 and copy across

    =A3/100*$AZ3*(VLOOKUP($H3,'DEALER DETAILS'!$A$5:$P$17,MATCH(BB$1,'DEALER DETAILS'!$A$4:$P$4,),)="Yes")

    or

    =A3/100*$AZ3*(VLOOKUP($H3,'DEALER DETAILS'!$A$5:$P$17,COLUMNS($BB$3:BB3)+13,)="Yes")

  3. #3
    Forum Contributor
    Join Date
    07-09-2013
    Location
    Nagpur, India
    MS-Off Ver
    Excel 2010 / 2013
    Posts
    293

    Re: Formula to calculate Tax values on net value depending on dealer codes

    Excellent. Thank you so much. SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to calculate pay depending on job code rates
    By youlinini in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-25-2018, 10:27 AM
  2. Replies: 3
    Last Post: 12-28-2017, 10:19 AM
  3. Help to calculate values depending of month data
    By MariaSeabra in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-31-2017, 04:38 AM
  4. Formula to calculate totals depending on Drop Down Menu
    By Hadda in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-17-2013, 09:41 PM
  5. Formula to calculate distance between to post codes in Excel
    By Shazz in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-17-2013, 10:20 AM
  6. [SOLVED] Calculate Averages depending on other values
    By SneakyPiglet in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-11-2013, 06:39 PM
  7. [SOLVED] Formula to calculate sum depending on a value
    By rox-cc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-04-2013, 10:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1