+ Reply to Thread
Results 1 to 2 of 2

And/ Or issue....how to formulate a formula...racking my brains :(

  1. #1
    Registered User
    Join Date
    07-06-2016
    Location
    Jaipur
    MS-Off Ver
    2013
    Posts
    6

    And/ Or issue....how to formulate a formula...racking my brains :(

    Calculating FBA Charges (Column Z)[/U]
    To determine "Item Size": Use Column R

    The FBA charges are dependent on
    1.Item Size i.e Small or Medium Or Over Size
    2.If Small size then first 0.5kgs are charged 30 and then incremental 0.5kgs upto 1 kg is also charged at 30 (Small Size weight limit : < = 1kg)
    Thereafter it comes under "Standard" size, also in which case first 0.5kgs are charged 30 and then incremental 0.5kgs(upto 2 kg) is also charged at 30. After 2 kgs and upto 12 kgs charged at 15 per500gms (Standard Size Weight Limit: < =12 kgs)
    3.Oversize: Since Item size is based on dimensions AND weight either one parameter is crossed then the next Item sizetakes effect. So although Standard size accepts upto 12 kgs , if the dimensions exceed that of Standard size then it would automatically be categorized as Oversize. So oversize item based on dimesion but weight upto (< 5kgs) is charged flat 80 (for first 5kgs). Afterwhich, each additional kg would be charged 9/kg.

    Can any one please help to formulate a formula. Myself , unable to do so.
    Excel file attached.

    Regards
    Attached Files Attached Files

  2. #2
    Forum Contributor amit.wilson's Avatar
    Join Date
    07-09-2013
    Location
    Gotham
    MS-Off Ver
    Excel for Mac 2011
    Posts
    283

    Re: And/ Or issue....how to formulate a formula...racking my brains :(

    hello helloAnupam Anupam (there's an echo in here) :-D

    try this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Quick explanation:
    1. If the item is oversize, first 5 kgs cost 80.
    2. Additional kgs above 5kg cost 9 per kg: ROUNDUP(MAX(Q4-5),0)*9
    3. If item is not oversize, count number of 0.5 kg units upto 2 kgs and pay 30 for each: ROUNDUP(MIN(Q4,2)/0.5,0)*30
    4. And above 2kg [Q4-2], count number of 0.5 kg units and pay 15 for each: ROUNDUP(MAX(Q4-2,0)/0.5,0)*15

    I've used Roundup assuming that 1.25kgs will cost the same as 1.5kg. And 6.1 kgs will cost the same as 7 kgs.

    What do you think?

    Cheers
    <-- If you're happy & you know it...click the star.:-)

+ 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. Lookup Formula Issue, Search issue
    By kperitz in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-07-2014, 01:50 PM
  2. Layout: Fresh Brains Needed!
    By dlab85 in forum Access Tables & Databases
    Replies: 1
    Last Post: 02-06-2013, 09:22 AM
  3. how to formulate A..B..C...AA AB AC..etc
    By xianwinwin in forum Excel General
    Replies: 4
    Last Post: 03-16-2011, 09:05 PM
  4. Formulate a list
    By money n da sank in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-25-2010, 11:47 AM
  5. Don't formulate if blank. How?
    By lordFRZA in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 08-24-2009, 02:44 AM
  6. Boolean racking my brain
    By eighty2scrambler in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-11-2008, 07:43 PM
  7. Formulate a Column ?
    By NT_eyeball in forum Excel General
    Replies: 2
    Last Post: 08-15-2005, 11:05 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