+ Reply to Thread
Results 1 to 6 of 6

function to matching the zone and calculate the rate of shipping

  1. #1
    Registered User
    Join Date
    03-30-2021
    Location
    rochester, ny
    MS-Off Ver
    365
    Posts
    3

    Post function to matching the zone and calculate the rate of shipping

    Hi, I am getting stuck at doing he index match function to matching the zone and find out the rate of shipping between 2 tables:
    In the table 1 i have several shipments information like the zone and the actual ship weight. the table 2 is the rate of list of weight from 1-150lb and zone
    Please help for this
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,787

    Re: function to matching the zone and calculate the rate of shipping

    You can use this formula in C2:

    =IF(A2>150,A2*HLOOKUP(B2,$T$3:$AC$5,2,0),INDEX($G$2:$P$151,MATCH(A2,$F$2:$F$151,0),MATCH(B2,$G$1:$P$1,0)))

    then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-30-2021
    Location
    rochester, ny
    MS-Off Ver
    365
    Posts
    3

    Re: function to matching the zone and calculate the rate of shipping

    Hi Pete, Thank you so much for your instruction, I got the error, instead, mine is error a bit, instead it match 26 with appropriate cost but mine match with 25 and get lower 1 decimal for freight so they make the wrong cost, any suggestion for this one?

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,784

    Re: function to matching the zone and calculate the rate of shipping

    C2=SUMPRODUCT(($F$2:$F$151=$A2)*($G$1:$P$1=$B2)*($G$2:$P$151))

    Copy down

  5. #5
    Registered User
    Join Date
    03-30-2021
    Location
    rochester, ny
    MS-Off Ver
    365
    Posts
    3

    Re: function to matching the zone and calculate the rate of shipping

    Another way to learn, thank you so much Caracalla

  6. #6
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,784

    Re: function to matching the zone and calculate the rate of shipping

    You are welcome

+ 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] Zone weight base rate - calculation excel formula
    By Kannan.chennai in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-11-2020, 11:23 AM
  2. Zone weight base rate - calculation excel formula
    By Kannan.chennai in forum Excel General
    Replies: 2
    Last Post: 09-04-2020, 05:41 AM
  3. Zone weight base rate - calculation excel formula
    By Kannan.chennai in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-04-2020, 05:41 AM
  4. Zone weight base rate - calculation excel formula
    By Kannan.chennai in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 09-04-2020, 05:21 AM
  5. Shipping Rate Calculation using WEIGHT
    By MickyJade in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-14-2020, 01:11 PM
  6. [SOLVED] Heart rate avg zone calculator
    By b_rianv in forum Excel General
    Replies: 4
    Last Post: 03-10-2018, 04:12 PM
  7. Replies: 2
    Last Post: 03-27-2014, 05:13 PM

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