Published on 07/01/2018 8:22 am
9 SMARTER Approaches to USE EXCEL FOR ENGINEERING

como calcular o custo de uma obra
As an engineer, you are very likely applying Excel pretty much everyday. It does not matter what field that you are in; Excel is used All over the place in engineering.
Excel is really a massive plan which has a lot of wonderful possible, but how do you know if you’re using it to its fullest capabilities? These 9 recommendations will help you begin to obtain essentially the most from Excel for engineering.
1. Convert Units while not External Tools
If you are like me, you almost certainly job with various units every day. It’s 1 of your terrific annoyances of your engineering life. But, it is develop into substantially significantly less annoying thanks to a perform in Excel that could do the grunt get the job done for you personally: CONVERT. It’s syntax is:
Need to discover all the more about innovative Excel techniques? Watch my cost-free teaching only for engineers. Within the three-part video series I'll show you ways to fix complex engineering challenges in Excel. Click here to get started.
CONVERT(amount, from_unit, to_unit)
Wherever quantity stands out as the worth which you like to convert, from_unit would be the unit of number, and to_unit stands out as the resulting unit you want to get.
Now, you’ll no longer must head to outdoors resources to uncover conversion elements, or challenging code the aspects into your spreadsheets to result in confusion later. Just allow the CONVERT perform do the do the job for you.
You’ll discover a complete record of base units that Excel recognizes as “from_unit” and “to_unit” here (warning: not all units are available in earlier versions of Excel), but you can also utilize the perform various occasions to convert even more complicated units which have been common in engineering.

two. Use Named Ranges to produce Formulas Less complicated to comprehend
Engineering is demanding ample, without the need of striving to figure out what an equation like (G15+$C$4)/F9-H2 implies. To eliminate the pain related with Excel cell references, use Named Ranges to produce variables that you just can use inside your formulas.

Not simply do they make it less difficult to enter formulas into a spreadsheet, but they make it Much easier to know the formulas if you or someone else opens the spreadsheet weeks, months, or many years later.

There are actually a number of different ways to create Named Ranges, but these two are my favorites:

For “one-off” variables, decide on the cell that you just wish to assign a variable title to, then sort the identify on the variable from the title box within the upper left corner within the window (below the ribbon) as proven above.
Should you wish to assign variables to lots of names at after, and also have previously included the variable identify in a column or row up coming on the cell containing the worth, do that: Very first, select the cells containing the names and the cells you choose to assign the names. Then navigate to Formulas>Defined Names>Create from Selection. If you like to learn about far more, it is possible to study all about developing named ranges from choices right here.
Would you like to understand even more about advanced Excel strategies? View my free of charge, three-part video series only for engineers. In it I’ll explain to you tips on how to resolve a complicated engineering challenge in Excel employing some of these approaches and more. Click here to get begun.
3. Update Charts Immediately with Dynamic Titles, Axes, and Labels
To generate it easy to update chart titles, axis titles, and labels you are able to link them straight to cells. When you will need to generate a lot of charts, this will be a authentic time-saver and could also potentially assist you to stay clear of an error if you neglect to update a chart title.
To update a chart title, axis, or label, primary generate the text that you just need to consist of in the single cell for the worksheet. You're able to use the CONCATENATE perform to assemble text strings and numeric cell values into complex titles.
Subsequent, pick the part to the chart. Then head to the formula bar and style “=” and choose the cell containing the text you choose to implement.

Now, the chart component will automatically when the cell worth improvements. You may get imaginative right here and pull all sorts of details to the chart, without acquiring to get worried about painstaking chart updates later. It is all carried out automatically!

4. Hit the Target with Goal Seek
Ordinarily, we set up spreadsheets to determine a outcome from a series of input values. But what if you’ve accomplished this within a spreadsheet and wish to understand what input worth will acquire a desired result?

You could possibly rearrange the equations and make the outdated consequence the new input and the previous input the new consequence. You might also just guess in the input right up until you acquire the target outcome.
Luckily although, neither of individuals are important, due to the fact Excel includes a instrument referred to as Purpose Look for to accomplish the get the job done for you.

Initial, open the Target Seek device: Data>Forecast>What-If Analysis>Goal Seek out.
In the Input for “Set Cell:”, pick the end result cell for which you recognize the target. In “To Worth:”, enter the target worth.
Eventually, in “By shifting cell:” decide on the single input you would wish to modify to alter the outcome. Pick Okay, and Excel iterates to seek out the correct input to accomplish the target.
5. Reference Data Tables in Calculations
1 with the things that makes Excel a good engineering device is it's capable of managing each equations and tables of data. And you also can mix these two functionalities to make strong engineering versions by searching up information from tables and pulling it into calculations.
You are in all probability previously acquainted together with the lookup functions VLOOKUP and HLOOKUP. In lots of situations, they will do all the things you would like.

Then again, if you should have more flexibility and higher management above your lookups use INDEX and MATCH instead. These two functions allow you to lookup data in any column or row of the table (not only the 1st one particular), and you also can control irrespective of whether the worth returned stands out as the up coming biggest or smallest.
You can even use INDEX and MATCH to execute linear interpolation on a set of information. This is often accomplished by taking advantage of the flexibility of this lookup approach to locate the x- and y-values straight away before and after the target x-value.

6. Accurately Match Equations to Information
A different way to use present data inside a calculation is always to fit an equation to that data and use the equation to determine the y-value to get a given worth of x.
Many individuals know how to extract an equation from data by plotting it on a scatter chart and adding a trendline. That’s Okay for obtaining a easy and dirty equation, or understand what type of perform top fits the data.
But, if you ever prefer to use that equation in your spreadsheet, you’ll desire to enter it manually. This will end result in mistakes from typos or forgetting to update the equation once the information is modified.
A greater method to get the equation should be to use the LINEST function. It’s an array perform that returns the coefficients (m and b) that define the most beneficial fit line through a information set. Its syntax is:

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

Wherever:
known_y’s could be the array of y-values within your information,
known_x’s certainly is the array of x-values,
const is really a logical value that tells Excel whether to force the y-intercept to become equal to zero, and
stats specifies no matter if to return regression statistics, such as R-squared, and so forth.

LINEST may be expanded beyond linear data sets to carry out nonlinear regression on information that fits polynomial, exponential, logarithmic and energy functions. It may even be used for a variety of linear regression at the same time.

seven. Save Time with User-Defined Functions
Excel has countless built-in functions at your disposal by default. But, if you ever are like me, you can get several calculations you finish up accomplishing repeatedly that don’t have a precise perform in Excel.
They're best cases to create a User Defined Perform (UDF) in Excel utilising Visual Standard for Applications, or VBA, the built-in programming language for Office goods.

Really don't be intimidated after you go through “programming”, although. I’m NOT a programmer by trade, but I use VBA on a regular basis to broaden Excel’s abilities and save myself time.
In case you need to master to make User Defined Functions and unlock the enormous prospective of Excel with VBA, click here to read about how I produced a UDF from scratch to calculate bending pressure.

8. Carry out Calculus Operations
When you suppose of Excel, you may not consider “calculus”. But if you have tables of information you can actually use numerical analysis solutions to determine the derivative or integral of that data.

These similar fundamental strategies are used by extra complex engineering computer software to carry out these operations, and so they are straightforward to duplicate in Excel.

To calculate derivatives, you could utilize the both forward, backward, or central differences. Every of these methods makes use of data through the table to calculate dy/dx, the sole differences are which information factors are utilized for that calculation.

For forward variations, use the information at level n and n+1
For backward variations, make use of the data at points n and n-1
For central differences, use n-1 and n+1, as shown beneath


If you happen to demand to integrate information inside a spreadsheet, the trapezoidal rule will work well. This way calculates the region under the curve in between xn and xn+1. If yn and yn+1 are diverse values, the region forms a trapezoid, therefore the name.

9. Troubleshoot Undesirable Spreadsheets with Excel’s Auditing Equipment
Every single engineer has inherited a “broken” spreadsheet. If it’s from a co-worker, you can continually inquire them to repair it and send it back. But what in the event the spreadsheet originates from your boss, or worse yet, someone that is no longer together with the organisation?

From time to time, this will be a actual nightmare, but Excel gives some resources which will make it easier to straighten a misbehaving spreadsheet. Every of these resources is often found in the Formulas tab within the ribbon, during the Formula Auditing section:

When you can see, you will discover just a few different resources here. I’ll cover two of them.

To start with, it is possible to use Trace Dependents to find the inputs towards the picked cell. This could assist you to track down exactly where every one of the input values are coming from, if it’s not clear.

Quite a few occasions, this may lead you to the supply of the error all by itself. After you are completed, click eliminate arrows to clean the arrows out of your spreadsheet.

You can also utilize the Evaluate Formula tool to determine the outcome of the cell - 1 phase at a time. This really is valuable for all formulas, but in particular for anyone that incorporate logic functions or a number of nested functions:

10. BONUS TIP: Use Information Validation to avoid Spreadsheet Errors
Here’s a bonus tip that ties in with the last a single. (Everyone who gets ahold of one's spreadsheet from the future will value it!) If you’re developing an engineering model in Excel and you recognize that there's a chance for the spreadsheet to make an error attributable to an improper input, you possibly can restrict the inputs to a cell by using Data Validation.

Allowable inputs are:
Full numbers greater or less than a variety or amongst two numbers
Decimals higher or under a variety or among two numbers
Values within a listing
Dates
Times
Text of the Specified Length
An Input that Meets a Customized Formula
Data Validation is often identified under Data>Data Resources in the ribbon.

https://diigo.com/0cgfne

0 Comments
Please login to post your comment..