Published on 07/03/2018 1:05 am
9 SMARTER Techniques to USE EXCEL FOR ENGINEERING

como calcular o custo de uma obra
As an engineer, you’re in all probability making use of Excel pretty much daily. It does not matter what market you may be in; Excel is applied All over the place in engineering.
Excel is a substantial plan which has a whole lot of good probable, but how do you know if you’re utilising it to its fullest abilities? These 9 hints can help you begin to have by far the most from Excel for engineering.
one. Convert Units without any External Resources
If you’re like me, you probably deliver the results with several units regular. It’s one within the amazing annoyances of the engineering life. But, it is develop into significantly much less irritating due to a function in Excel that could do the grunt do the job to suit your needs: CONVERT. It’s syntax is:
Choose to master a lot more about sophisticated Excel methods? Watch my absolutely free coaching only for engineers. Inside the three-part video series I will explain to you the best way to resolve complicated engineering difficulties in Excel. Click here to acquire started.
CONVERT(quantity, from_unit, to_unit)
Exactly where amount will be the value which you wish to convert, from_unit certainly is the unit of quantity, and to_unit could be the resulting unit you choose to get.
Now, you will no longer should go to outdoors tools to search out conversion variables, or very difficult code the components into your spreadsheets to bring about confusion later on. Just allow the CONVERT perform do the work for you personally.
You’ll locate a complete list of base units that Excel recognizes as “from_unit” and “to_unit” right here (warning: not all units are available in earlier versions of Excel), but you may also use the perform multiple occasions to convert more complicated units that happen to be normal in engineering.

2. Use Named Ranges to create Formulas Less difficult to know
Engineering is challenging ample, with out making an attempt to figure out what an equation like (G15+$C$4)/F9-H2 implies. To wipe out the soreness related with Excel cell references, use Named Ranges to create variables that you just can use with your formulas.

Not merely do they make it easier to enter formulas into a spreadsheet, but they make it Much simpler to know the formulas after you or somebody else opens the spreadsheet weeks, months, or many years later on.

You'll find just a few different ways to produce Named Ranges, but these two are my favorites:

For “one-off” variables, choose the cell that you just need to assign a variable name to, then style the title of your variable while in the identify box in the upper left corner of your window (beneath the ribbon) as shown over.
In the event you would like to assign variables to a lot of names at as soon as, and have previously integrated the variable name within a column or row next towards the cell containing the value, do this: Initially, pick the cells containing the names and the cells you desire to assign the names. Then navigate to Formulas>Defined Names>Create from Selection. In the event you need to know a lot more, it is possible to read all about generating named ranges from choices here.
Do you want to find out all the more about state-of-the-art Excel methods? View my totally free, three-part video series only for engineers. In it I’ll explain to you methods to fix a complex engineering challenge in Excel utilising some of these ways and more. Click here to acquire commenced.
3. Update Charts Automatically with Dynamic Titles, Axes, and Labels
To produce it effortless to update chart titles, axis titles, and labels you'll be able to hyperlink them straight to cells. If you ever demand to generate quite a lot of charts, this can be a real time-saver and could also possibly make it easier to prevent an error when you overlook to update a chart title.
To update a chart title, axis, or label, to begin with make the text that you simply need to involve in a single cell for the worksheet. You can use the CONCATENATE function to assemble text strings and numeric cell values into complex titles.
Up coming, select the part around the chart. Then head to the formula bar and kind “=” and decide on the cell containing the text you need to implement.

Now, the chart part will immediately when the cell worth improvements. You can get imaginative here and pull all forms of info in to the chart, not having obtaining to fear about painstaking chart updates later on. It’s all carried out instantly!

4. Hit the Target with Objective Seek out
Ordinarily, we set up spreadsheets to determine a result from a series of input values. But what if you’ve finished this in the spreadsheet and choose to know what input worth will gain a preferred outcome?

You may rearrange the equations and make the previous result the new input plus the old input the new consequence. You could potentially also just guess on the input until you acquire the target outcome.
Luckily though, neither of these are mandatory, given that Excel includes a device named Objective Seek out to do the deliver the results for you.

Initially, open the Objective Look for tool: Data>Forecast>What-If Analysis>Goal Seek.
Within the Input for “Set Cell:”, pick the consequence cell for which you understand the target. In “To Worth:”, enter the target worth.
Ultimately, in “By shifting cell:” pick the single input you would want to modify to alter the outcome. Pick Okay, and Excel iterates to search out the proper input to accomplish the target.
five. Reference Information Tables in Calculations
A single of the elements that makes Excel an outstanding engineering tool is the fact that it can be capable of managing each equations and tables of data. And also you can mix these two functionalities to create highly effective engineering versions by searching up data from tables and pulling it into calculations.
You are likely presently acquainted together with the lookup functions VLOOKUP and HLOOKUP. In lots of circumstances, they might do anything you will need.

Nevertheless, if you need even more flexibility and greater management above your lookups use INDEX and MATCH instead. These two functions permit you to lookup data in any column or row of a table (not just the initial a single), so you can manage whether or not the worth returned would be the upcoming greatest or smallest.
You can also use INDEX and MATCH to carry out linear interpolation on a set of data. This is done by taking benefit in the flexibility of this lookup way to search out the x- and y-values without delay prior to and after the target x-value.

six. Accurately Fit Equations to Data
An additional solution to use existing data within a calculation is to match an equation to that information and utilize the equation to find out the y-value for a given value of x.
Many of us understand how to extract an equation from data by plotting it on the scatter chart and adding a trendline. That’s Okay for gaining a fast and dirty equation, or know what sort of perform perfect fits the data.
Yet, when you desire to use that equation with your spreadsheet, you will want to enter it manually. This could result in errors from typos or forgetting to update the equation once the data is changed.
A greater technique to get the equation is to use the LINEST perform. It’s an array function that returns the coefficients (m and b) that define the perfect fit line by means of a information set. Its syntax is:

LINEST(known_y’s, [known_x’s], [const], [stats])

Where:
known_y’s is the array of y-values in your information,
known_x’s would be the array of x-values,
const is definitely a logical value that tells Excel regardless if to force the y-intercept for being equal to zero, and
stats specifies whether or not to return regression statistics, this kind of as R-squared, and so forth.

LINEST is usually expanded past linear data sets to complete nonlinear regression on data that fits polynomial, exponential, logarithmic and electrical power functions. It may possibly even be made use of for a number of linear regression also.

7. Save Time with User-Defined Functions
Excel has a lot of built-in functions at your disposal by default. But, should you are like me, one can find a lot of calculations you end up undertaking repeatedly that do not have a specific perform in Excel.
These are ideal conditions to make a Consumer Defined Perform (UDF) in Excel working with Visual Fundamental for Applications, or VBA, the built-in programming language for Workplace goods.

Really don't be intimidated while you go through “programming”, even though. I’m NOT a programmer by trade, but I use VBA all the time to increase Excel’s abilities and conserve myself time.
If you should wish to master to make User Defined Functions and unlock the huge likely of Excel with VBA, click here to go through about how I made a UDF from scratch to calculate bending anxiety.

eight. Complete Calculus Operations
Any time you feel of Excel, chances are you'll not believe “calculus”. But when you've got tables of data you'll be able to use numerical examination systems to calculate the derivative or integral of that information.

These identical primary systems are utilized by a great deal more complicated engineering computer software to carry out these operations, plus they are painless to duplicate in Excel.

To determine derivatives, you can actually make use of the both forward, backward, or central variations. Each and every of those solutions makes use of data from your table to determine dy/dx, the only variations are which data points are applied for the calculation.

For forward differences, utilize the information at point n and n+1
For backward variations, utilize the information at factors n and n-1
For central variations, use n-1 and n+1, as shown beneath


Should you have to integrate data inside a spreadsheet, the trapezoidal rule will work properly. This process calculates the area under the curve in between xn and xn+1. If yn and yn+1 are several values, the area types a trapezoid, therefore the name.

9. Troubleshoot Bad Spreadsheets with Excel’s Auditing Tools
Just about every engineer has inherited a “broken” spreadsheet. If it is from a co-worker, you are able to consistently inquire them to repair it and send it back. But what if your spreadsheet originates from your boss, or worse still, somebody that is no longer using the business?

Oftentimes, this could be a actual nightmare, but Excel features some equipment that may assist you to straighten a misbehaving spreadsheet. Just about every of these tools are usually present in the Formulas tab of the ribbon, from the Formula Auditing section:

While you can see, one can find some various tools right here. I’ll cover two of them.

Initially, it is possible to use Trace Dependents to find the inputs towards the picked cell. This can help you track down in which every one of the input values are coming from, if it is not evident.

Many instances, this will lead you to the source of the error all by itself. Once you are finished, click remove arrows to clean the arrows from the spreadsheet.

You may also utilize the Assess Formula device to determine the outcome of a cell - a single stage at a time. This can be handy for all formulas, but notably for anyone that incorporate logic functions or several nested functions:

10. BONUS TIP: Use Information Validation to stop Spreadsheet Errors
Here’s a bonus tip that ties in with the last a single. (Just about anyone who gets ahold of the spreadsheet in the long term will value it!) If you are making an engineering model in Excel so you recognize that there is a chance for the spreadsheet to generate an error due to an improper input, you are able to limit the inputs to a cell through the use of Information Validation.

Allowable inputs are:
Whole numbers greater or lower than a quantity or between two numbers
Decimals better or lower than a amount or in between two numbers
Values in a list
Dates
Times
Text of a Precise Length
An Input that Meets a Customized Formula
Data Validation could be discovered under Data>Data Tools within the ribbon.

http://rickithrill1990.soup.io/post/659075558/9-Smarter-Tips-on-how-to-use

0 Comments
Please login to post your comment..