+ Reply to Thread
Results 1 to 4 of 4

Formula for Calculating Optimum Ethernet Switches

  1. #1
    Registered User
    Join Date
    02-07-2019
    Location
    Livingston
    MS-Off Ver
    365
    Posts
    2

    Formula for Calculating Optimum Ethernet Switches

    Hi,

    I am trying to implement an IT system configuration tool using Excel formulas (without VBA).

    We have 2 Ethernet switch parts available in our inventory: 6 Connections and 12 Connections.

    We want to use Excel to give an indication of the optimum switches to use based on the number of connections required at each location.

    For example; 54 connections required over 3 switch locations. We would use 1x 12 way and 1x 6 way to provide 18 connections at each location.

    Any ideas how I would go about it in an efficient manner?

    Thank you.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Formula for Calculating Optimum Ethernet Switches

    Hi and welcome
    as I suspect most of our members are not network savvy, could you please explain this in layman's term and eventually the mathematical logic?
    Thank you
    Also please post a sample sheet ( no pics) with some data and expected results

  3. #3
    Registered User
    Join Date
    02-07-2019
    Location
    Livingston
    MS-Off Ver
    365
    Posts
    2

    Re: Formula for Calculating Optimum Ethernet Switches

    An analogy:

    We sell apples in pack sizes of 6 and 12.

    We have customers that prefer these in 6 and others that prefer these in 12.

    Our customers will order a specific number of apples and we have to supply them in pack sizes to give them at least this amount.

    A customer for example who wants 16 apples and prefers packs of 12 will get 1x 12 pack and 1x 6 pack.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Formula for Calculating Optimum Ethernet Switches

    Using the analogy see if this helps.


    A
    B
    C
    D
    1
    Ordered
    Packs of 12
    Packs of 6
    2
    16
    1
    1
    In B2 =QUOTIENT(A2,12)
    3
    20
    1
    2
    In c2 =CEILING((A2-B2*12)/6,1)
    4
    48
    4
    0
    5
    11
    0
    2
    6
    9
    0
    2
    7
    12
    1
    0
    8
    38
    3
    1
    9
    44
    3
    2
    10
    18
    1
    1
    11
    43
    3
    2
    12
    10
    0
    2
    Dave

+ 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. Replies: 1
    Last Post: 01-19-2017, 08:02 AM
  2. Replies: 8
    Last Post: 01-02-2017, 12:31 PM
  3. Formula help for identifying monthly product switches
    By jfish07 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-13-2016, 11:20 AM
  4. Calculating Optimum Combination
    By eric.gwaltney in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-18-2013, 11:08 AM
  5. optimum value determination
    By samhanghazi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-24-2013, 02:48 AM
  6. formula switches to value ?!?
    By mark kubicki in forum Excel General
    Replies: 4
    Last Post: 05-11-2006, 03:15 PM
  7. Can Excel solve this or get to optimum.
    By Dennis Saunders in forum Excel General
    Replies: 1
    Last Post: 03-03-2006, 09:00 AM

Tags for this Thread

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