+ Reply to Thread
Results 1 to 3 of 3

This formula needs help

  1. #1
    Registered User
    Join Date
    04-11-2005
    Posts
    48

    Arrow This formula needs help

    have added information on my web page www.mykaltx.com to help.
    I got some great input from some of the other users.
    I appreciate all the help.

    The spreadsheet is now able to calculate the weight of steel beams, pipe, angle channel and plate.
    What I need now is for it to calculate the weight of a trapezoid. The spreadsheet will have to use the weight for plate. The kicker is it will have to calculate the weight for plate the top width the bottom width and the length as well.
    If you have any ideas let me know.

    Also I am not that great at explaining myself. Let me know if I need to clarify.

    I have added my formula for trapezoid weights. I have also added a page that show a new formula.

    Here is the formula I am having problems with.
    =IF(ISERROR(VLOOKUP(G21,Sheet2!A:B,2,FALSE)),"", IF(LEFT(G21,2)="PL",((O21*12+Q21)*(W21*12+Y21))*VLOOKUP(G21,Sheet2!A: B,2,FALSE)/144*D21,((W21*12)+Y21)*(VLOOKUP(G21,Sheet2!A:B,2,F ALSE)/12)*D21))

  2. #2
    Bernard Liengme
    Guest

    Re: This formula needs help

    For trapezoid: area = base * (average height)
    In your diagram, red area = 240 * (45.5 + 36.5)/2
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "mykaltx" <[email protected]> wrote in
    message news:[email protected]...
    >
    > have added information on my web page www.mykaltx.com to help.
    > I got some great input from some of the other users.
    > I appreciate all the help.
    >
    > The spreadsheet is now able to calculate the weight of steel beams,
    > pipe, angle channel and plate.
    > What I need now is for it to calculate the weight of a trapezoid. The
    > spreadsheet will have to use the weight for plate. The kicker is it
    > will have to calculate the weight for plate the top width the bottom
    > width and the length as well.
    > If you have any ideas let me know.
    >
    > Also I am not that great at explaining myself. Let me know if I need to
    > clarify.
    >
    > I have added my formula for trapezoid weights. I have also added a page
    > that show a new formula.
    >
    > Here is the formula I am having problems with.
    > =IF(ISERROR(VLOOKUP(G21,Sheet2!A:B,2,FALSE)),"",
    > IF(LEFT(G21,2)="PL",((O21*12+Q21)*(W21*12+Y21))*VLOOKUP(G21,Sheet2!A:
    > B,2,FALSE)/144*D21,((W21*12)+Y21)*(VLOOKUP(G21,Sheet2!A:B,2,F
    > ALSE)/12)*D21))
    >
    >
    > --
    > mykaltx
    > ------------------------------------------------------------------------
    > mykaltx's Profile:
    > http://www.excelforum.com/member.php...o&userid=22055
    > View this thread: http://www.excelforum.com/showthread...hreadid=394640
    >




  3. #3
    Registered User
    Join Date
    04-11-2005
    Posts
    48

    Talking Thank you

    I appreciate the help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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