+ Reply to Thread
Results 1 to 6 of 6

Construction Calculator

Hybrid View

MAXIM Construction Calculator 04-16-2010, 03:54 PM
ratcat Re: Construction Calculator 04-17-2010, 03:44 AM
royUK Re: Construction Calculator 04-17-2010, 03:51 AM
MAXIM Re: Construction Calculator 04-21-2010, 05:26 PM
MAXIM Re: Construction Calculator 04-21-2010, 05:48 PM
shg Re: Construction Calculator 04-21-2010, 05:54 PM
  1. #1
    Registered User
    Join Date
    01-25-2010
    Location
    BURTON ON TRENT, UK
    MS-Off Ver
    Excel 2003
    Posts
    34

    Construction Calculator

    I have am trying to construct a construction calculator where I have E15 input values of 5, & E16 =2
    F17=SUM(E15*E16) (10m2 Area)

    The building components for 10m2 are as follows
    E24=545 (kg) E25=22 (kg) F24=155 (bags) F25=7 (bags)
    F27=1050 . I only want input in E15 & E16 I have others to do in other trades but like some help to start off. Can anyone help me with the formula to keep the same proportions in the other cells, ideally uneditable.

    Many Thanks in advance
    Last edited by MAXIM; 04-21-2010 at 06:11 PM. Reason: spelling error

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    Re: Construction Calculator

    G'day

    With limited information I have constructed this
    Attached Files Attached Files
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Construction Calculator

    Why F17=SUM(E15*E16)?

    This should do the same

    F17=E15*E16
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    01-25-2010
    Location
    BURTON ON TRENT, UK
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Construction Calculator

    Thank you both very much for your help, got the spreadsheet built.

    The sheet has one last problem to solve in relation to a triangle trigonometry problem, on a roof calculator.

  5. #5
    Registered User
    Join Date
    01-25-2010
    Location
    BURTON ON TRENT, UK
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Construction Calculator

    I have two problems to solve on this workbook Index & a Trig problem.

    Index ; I have entered the following syntax in the VBA editor but get error message


    Private Sub Worksheet_Activate()

    Dim wSheet As Worksheet

    Dim l As Long

    l = 1



    With Me

    .Columns(1).ClearContents

    .Cells(1, 1) = "INDEX"

    .Cells(1, 1).Name = "Index"

    End With



    For Each wSheet In Worksheets

    If wSheet.Name <> Me.Name Then

    l = l + 1

    With wSheet

    .Range("B1").Name = "Start_" & wSheet.Index

    .Hyperlinks.Add Anchor:=.Range("A1"), Address:="",

    SubAddress:="Index", TextToDisplay:="Back to Index"

    End With



    Me.Hyperlinks.Add Anchor:=Me.Cells(l, 1), Address:="", _

    SubAddress:="Start_" & wSheet.Index, TextToDisplay:=wSheet.Name

    End If

    Next wSheet

    End Sub


    :

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Construction Calculator

    Please take a few minutes to read the forum rules, and then edit your post to add CODE tags.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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