+ Reply to Thread
Results 1 to 3 of 3

Automating the selection of steel reinforcement in a concrete slab

Hybrid View

  1. #1
    Registered User
    Join Date
    03-10-2020
    Location
    Nash
    MS-Off Ver
    2019
    Posts
    1

    Automating the selection of steel reinforcement in a concrete slab

    I am trying to automate the process of determining the size and spacing of steel reinforcement in a concrete slab. My outputs need to be 'Bar size' and 'Bar spacing'.

    I need to choose the smallest value of cells ( E91:E99 ) which will then output the corresponding value in cells ( F91: F99). I have accomplished this using INDEX(F 91: F99 ,MATCH(MIN( E 91 : E99 ), E 91:E99,0)).

    The problem is that there is a maximum allowable Bar spacing based on other variables. So the output of the above equation needs to be less than the maximum (located in B104)

    i.e. INDEX(F91:F99,MATCH(MIN(E91:E99),E91:E99,0))< B104

    In summary, the program should be able to choose the smallest area of steel (A_s) while making sure that the corresponding spacing does not exceed the max allowable spacing.The output must be the spacing that satisfies this as well as the bar size that corresponds to that spacing.
    Attached Images Attached Images

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

    Re: Automating the selection of steel reinforcement in a concrete slab

    Administrative note

    Welcome to the forum

    in your haste to solve your problem, you probably missed the yellow banner advising how to get answers faster by posting a sheet ?

    Please take a moment to read it and attach a sheet accordingly.

    Thanks you for helping us help you

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    19,043

    Re: Automating the selection of steel reinforcement in a concrete slab

    I completely agree with Pepe.
    That said you might try the following: =INDEX(F91:F99,AGGREGATE(15,6,E91:E99/(F91:F99< B104),1))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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: 4
    Last Post: 05-07-2019, 04:38 AM
  2. Mark concrete day before end
    By Jose123456 in forum Excel General
    Replies: 4
    Last Post: 05-07-2018, 05:30 AM
  3. Help with Graph for Concrete Beams
    By carlitosperez in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-08-2017, 03:11 PM
  4. Reinforcement schedule
    By deependra.vikram in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-25-2015, 11:16 AM
  5. Automating Data Selection for Scatter Plots
    By kahvs in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 10-11-2013, 04:08 PM
  6. Automating listbox selection using VBA
    By newbi004 in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 04-16-2013, 09:25 AM
  7. [SOLVED] Concrete Job V Program
    By concrete lady in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 12-02-2005, 02:40 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