Published on 06/21/2018 5:08 pm
9 SMARTER Strategies to USE EXCEL FOR ENGINEERING

como calcular o custo de uma obra
As an engineer, you are in all probability utilising Excel just about daily. It does not matter what marketplace that you are in; Excel is implemented All over the place in engineering.
Excel is usually a huge plan having a whole lot of terrific probable, but how do you know if you’re employing it to its fullest abilities? These 9 recommendations can help you begin to obtain probably the most out of Excel for engineering.
1. Convert Units without the need of External Tools
If you’re like me, you most likely get the job done with numerous units daily. It is a single with the good annoyances within the engineering existence. But, it’s turn out to be much less annoying because of a function in Excel that will do the grunt perform for you: CONVERT. It is syntax is:
Choose to discover a lot more about innovative Excel strategies? Watch my no cost education only for engineers. Within the three-part video series I'll explain to you the way to resolve complicated engineering problems in Excel. Click right here to acquire began.
CONVERT(variety, from_unit, to_unit)
In which variety may be the value that you like to convert, from_unit certainly is the unit of amount, and to_unit may be the resulting unit you would like to acquire.
Now, you’ll no longer should go to outside resources to locate conversion aspects, or really hard code the factors into your spreadsheets to induce confusion later. Just let the CONVERT perform do the deliver the results for you personally.
You’ll discover a total checklist 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 function multiple instances to convert a great deal more complicated units that are typical in engineering.

two. Use Named Ranges to produce Formulas Simpler to know
Engineering is tough enough, without any trying to figure out what an equation like (G15+$C$4)/F9-H2 usually means. To eradicate the ache linked with Excel cell references, use Named Ranges to produce variables that you just can use within your formulas.

Not only do they make it less complicated to enter formulas right into a spreadsheet, however they make it Much simpler to know the formulas if you or somebody else opens the spreadsheet weeks, months, or years later.

There can be a couple of other ways to make Named Ranges, but these two are my favorites:

For “one-off” variables, pick the cell you just want to assign a variable name to, then form the name from the variable from the title box inside the upper left corner of your window (below the ribbon) as shown over.
If you ever just want to assign variables to a number of names at the moment, and also have already included the variable identify inside a column or row next towards the cell containing the value, do this: First, decide on the cells containing the names and also the cells you want to assign the names. Then navigate to Formulas>Defined Names>Create from Variety. If you should want to understand a lot more, you are able to go through all about making named ranges from choices right here.
Would you like to discover even more about state-of-the-art Excel techniques? Observe my absolutely free, three-part video series only for engineers. In it I’ll show you how to fix a complex engineering challenge in Excel applying a few of these methods and much more. Click here to obtain started.
three. Update Charts Instantly with Dynamic Titles, Axes, and Labels
To generate it very easy to update chart titles, axis titles, and labels it is possible to hyperlink them immediately to cells. If you ever demand to make loads of charts, this could be a true time-saver and could also potentially assist you stay clear of an error whenever you forget to update a chart title.
To update a chart title, axis, or label, to begin with generate the text that you just want to feature in a single cell for the worksheet. You are able to make use of the CONCATENATE function to assemble text strings and numeric cell values into complicated titles.
Following, pick the element about the chart. Then go to the formula bar and variety “=” and choose the cell containing the text you'd like to implement.

Now, the chart part will instantly once the cell value modifications. You may get artistic here and pull all varieties of information and facts into the chart, not having obtaining to be concerned about painstaking chart updates later on. It’s all completed automatically!

four. Hit the Target with Aim Look for
In most cases, we setup spreadsheets to calculate a consequence from a series of input values. But what if you have performed this in a spreadsheet and would like to know what input value will realize a desired consequence?

You could potentially rearrange the equations and make the old result the new input plus the outdated input the new consequence. You can also just guess in the input until you realize the target end result.
Thankfully even though, neither of those are critical, because Excel includes a tool known as Goal Seek out to complete the perform for you.

Initial, open the Aim Seek device: Data>Forecast>What-If Analysis>Goal Look for.
Inside the Input for “Set Cell:”, pick the outcome cell for which you recognize the target. In “To Worth:”, enter the target value.
Eventually, in “By shifting cell:” select the single input you'd probably prefer to modify to alter the consequence. Pick Ok, and Excel iterates to locate the right input to achieve the target.
5. Reference Data Tables in Calculations
One particular with the things which makes Excel a good engineering instrument is it happens to be capable of dealing with both equations and tables of data. And also you can combine these two functionalities to make powerful engineering versions by hunting up information from tables and pulling it into calculations.
You’re probably currently familiar using the lookup functions VLOOKUP and HLOOKUP. In many situations, they can do every thing you'll need.

However, if you ever have to have extra versatility and better handle above your lookups use INDEX and MATCH rather. These two functions let you lookup data in any column or row of the table (not only the 1st 1), and you can handle whether the worth returned may be the up coming biggest or smallest.
You may also use INDEX and MATCH to complete linear interpolation on the set of information. This is certainly executed by taking benefit of the versatility of this lookup system to locate the x- and y-values without delay just before and following the target x-value.

6. Accurately Match Equations to Data
Yet another way to use current data in a calculation would be to match an equation to that information and utilize the equation to find out the y-value to get a offered value of x.
Many individuals understand how to extract an equation from data by plotting it on a scatter chart and adding a trendline. That’s Okay for getting a easy and dirty equation, or realize what kind of perform finest fits the information.
Then again, if you would like to use that equation as part of your spreadsheet, you’ll demand to enter it manually. This can end result in errors from typos or forgetting to update the equation once the data is transformed.
A much better way for you to get the equation will be to utilize the LINEST function. It’s an array perform that returns the coefficients (m and b) that define the perfect fit line by way of a data 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 data,
known_x’s could be the array of x-values,
const is known as a logical value that tells Excel if to force the y-intercept to become equal to zero, and
stats specifies if to return regression statistics, such as R-squared, and so on.

LINEST might be expanded beyond linear data sets to execute nonlinear regression on data that fits polynomial, exponential, logarithmic and energy functions. It could possibly even be employed for several linear regression likewise.

7. Save Time with User-Defined Functions
Excel has many built-in functions at your disposal by default. But, in case you are like me, there are actually lots of calculations you end up engaging in repeatedly that really do not have a distinct perform in Excel.
These are best conditions to produce a User Defined Perform (UDF) in Excel using Visual Simple for Applications, or VBA, the built-in programming language for Office goods.

Do not be intimidated as soon as you read “programming”, though. I’m NOT a programmer by trade, but I use VBA all the time to expand Excel’s abilities and save myself time.
In the event you prefer to learn to create Consumer Defined Functions and unlock the enormous probable of Excel with VBA, click right here to study about how I made a UDF from scratch to calculate bending strain.

eight. Execute Calculus Operations
After you suppose of Excel, chances are you'll not assume “calculus”. But if you have tables of data you can use numerical evaluation solutions to determine the derivative or integral of that data.

These similar simple ways are utilized by alot more complex engineering computer software to carry out these operations, plus they are effortless to duplicate in Excel.

To calculate derivatives, you can actually utilize the both forward, backward, or central variations. Each of those techniques uses information in the table to calculate dy/dx, the sole variations are which information points are utilized for your calculation.

For forward distinctions, make use of the information at stage n and n+1
For backward distinctions, utilize the data at points n and n-1
For central distinctions, use n-1 and n+1, as proven under


When you have to have to integrate information within a spreadsheet, the trapezoidal rule operates effectively. This procedure calculates the place beneath the curve concerning xn and xn+1. If yn and yn+1 are distinctive values, the location forms a trapezoid, therefore the name.

9. Troubleshoot Bad Spreadsheets with Excel’s Auditing Equipment
Each and every engineer has inherited a “broken” spreadsheet. If it’s from a co-worker, you're able to generally ask them to repair it and send it back. But what if your spreadsheet originates from your boss, or worse however, someone that is no longer with the firm?

Sometimes, this can be a authentic nightmare, but Excel offers some equipment which can assist you to straighten a misbehaving spreadsheet. Every of these equipment are usually present in the Formulas tab in the ribbon, while in the Formula Auditing part:

While you can see, there are just a few numerous equipment right here. I’ll cover two of them.

To start with, you can use Trace Dependents to locate the inputs to your picked cell. This can make it easier to track down where each of the input values are coming from, if it is not clear.

Several instances, this may lead you towards the supply of the error all by itself. When you finally are completed, click take away arrows to clean the arrows from your spreadsheet.

You may also make use of the Assess Formula instrument to determine the result of the cell - one particular stage at a time. This really is beneficial for all formulas, but notably for those that consist of logic functions or lots of nested functions:

10. BONUS TIP: Use Data Validation to avoid Spreadsheet Mistakes
Here’s a bonus tip that ties in using the final a single. (Any person who will get ahold of one's spreadsheet within the future will enjoy it!) If you are creating an engineering model in Excel and also you observe that there's an opportunity for the spreadsheet to produce an error attributable to an improper input, it is possible to limit the inputs to a cell by using Information Validation.

Allowable inputs are:
Full numbers better or less than a variety or involving two numbers
Decimals greater or less than a quantity or in between two numbers
Values in the list
Dates
Occasions
Text of a Specified Length
An Input that Meets a Custom Formula
Information Validation could very well be found under Data>Data Equipment inside the ribbon.

https://diigo.com/0cg4sw

0 Comments
Please login to post your comment..