Published on 07/14/2018 6:38 am
9 SMARTER Strategies to USE EXCEL FOR ENGINEERING

como calcular o custo de uma obra
As an engineer, you are quite possibly by using Excel essentially daily. It does not matter what business you're in; Excel is applied Everywhere in engineering.
Excel is really a huge program using a good deal of good potential, but how do you know if you are applying it to its fullest capabilities? These 9 hints can help you start to have quite possibly the most from Excel for engineering.
one. Convert Units with out External Equipment
If you are like me, you almost certainly get the job done with numerous units daily. It is one in the awesome annoyances in the engineering life. But, it is turn into much less irritating because of a perform in Excel which will do the grunt do the job for you: CONVERT. It’s syntax is:
Choose to find out a lot more about sophisticated Excel techniques? View my 100 % free instruction just for engineers. Within the three-part video series I will explain to you ways to remedy complex engineering challenges in Excel. Click here to acquire started out.
CONVERT(number, from_unit, to_unit)
The place quantity would be the value that you like to convert, from_unit would be the unit of quantity, and to_unit certainly is the resulting unit you need to acquire.
Now, you’ll no longer really have to visit outdoors resources to discover conversion things, or very difficult code the elements into your spreadsheets to bring about confusion later. Just let the CONVERT perform do the deliver the results for you personally.
You’ll find a complete listing of base units that Excel recognizes as “from_unit” and “to_unit” here (warning: not all units can be found in earlier versions of Excel), but you may also use the function several instances to convert additional complex units which can be widespread in engineering.

two. Use Named Ranges to make Formulas Simpler to comprehend
Engineering is tough adequate, with no attempting to determine what an equation like (G15+$C$4)/F9-H2 usually means. To eradicate the pain linked with Excel cell references, use Named Ranges to make variables which you can use with your formulas.

Not simply do they make it less complicated to enter formulas right into a spreadsheet, however they make it Easier to comprehend the formulas while you or another person opens the spreadsheet weeks, months, or many years later.

You will discover a few other ways to create Named Ranges, but these two are my favorites:

For “one-off” variables, choose the cell that you just like to assign a variable identify to, then sort the name of the variable inside the title box during the upper left corner in the window (beneath the ribbon) as proven over.
If you happen to would like to assign variables to lots of names at once, and also have previously included the variable identify within a column or row following to your cell containing the value, do this: 1st, choose the cells containing the names and also the cells you would like to assign the names. Then navigate to Formulas>Defined Names>Create from Assortment. Should you desire to know alot more, you are able to read all about developing named ranges from choices here.
Would you like to learn all the more about superior Excel strategies? View my cost-free, three-part video series just for engineers. In it I’ll show you the best way to resolve a complicated engineering challenge in Excel utilizing some of these strategies and even more. Click right here to get commenced.
3. Update Charts Automatically with Dynamic Titles, Axes, and Labels
For making it quick to update chart titles, axis titles, and labels you're able to website link them directly to cells. If you ever require to make a whole lot of charts, this may be a authentic time-saver and could also probably allow you to avoid an error any time you neglect to update a chart title.
To update a chart title, axis, or label, 1st make the text that you just desire to feature in a single cell over the worksheet. You possibly can utilize the CONCATENATE function to assemble text strings and numeric cell values into complicated titles.
Up coming, choose the element on the chart. Then visit the formula bar and type “=” and choose the cell containing the text you need to use.

Now, the chart element will immediately when the cell worth changes. You can get creative here and pull all forms of knowledge into the chart, with no getting to fear about painstaking chart updates later on. It’s all carried out immediately!

four. Hit the Target with Target Look for
Commonly, we set up spreadsheets to calculate a consequence from a series of input values. But what if you have completed this in the spreadsheet and prefer to know what input value will reach a sought after outcome?

You may rearrange the equations and make the previous end result the new input as well as the previous input the brand new result. You could possibly also just guess in the input until finally you accomplish the target consequence.
The good news is though, neither of individuals are critical, since Excel features a instrument identified as Goal Look for to undertake the deliver the results for you.

1st, open the Objective Look for instrument: Data>Forecast>What-If Analysis>Goal Seek out.
While in the Input for “Set Cell:”, pick the consequence cell for which you already know the target. In “To Worth:”, enter the target value.
Lastly, in “By altering cell:” pick the single input you'd probably want to modify to alter the outcome. Select Ok, and Excel iterates to seek out the correct input to realize the target.
5. Reference Data Tables in Calculations
One particular of your issues which makes Excel a great engineering tool is that it is actually capable of handling both equations and tables of information. And you also can combine these two functionalities to make potent engineering models by seeking up information from tables and pulling it into calculations.
You are most likely by now acquainted together with the lookup functions VLOOKUP and HLOOKUP. In lots of circumstances, they're able to do anything you will need.

Then again, in case you desire even more versatility and better control over your lookups use INDEX and MATCH alternatively. These two functions allow you to lookup information in any column or row of the table (not only the primary one), and you can manage regardless of whether the worth returned certainly is the next largest or smallest.
You may also use INDEX and MATCH to complete linear interpolation on the set of data. That is accomplished by taking benefit from the versatility of this lookup system to discover the x- and y-values quickly in advance of and after the target x-value.

six. Accurately Match Equations to Data
One other way for you to use present data in a calculation would be to match an equation to that data and use the equation to find out the y-value for any given value of x.
Most people know how to extract an equation from information by plotting it on a scatter chart and including a trendline. That’s Ok for having a short and dirty equation, or know what kind of function best fits the data.
But, if you happen to need to use that equation within your spreadsheet, you will demand to enter it manually. This could result in errors from typos or forgetting to update the equation when the information is transformed.
A greater way to get the equation is always to utilize the LINEST perform. It is an array perform that returns the coefficients (m and b) that define the most beneficial match line by way of a data set. Its syntax is:

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

In which:
known_y’s will be the array of y-values with your information,
known_x’s stands out as the array of x-values,
const is actually a logical worth that tells Excel irrespective of whether to force the y-intercept for being equal to zero, and
stats specifies irrespective of whether to return regression statistics, such as R-squared, etc.

LINEST will be expanded beyond linear data sets to execute nonlinear regression on information that fits polynomial, exponential, logarithmic and power functions. It might even be employed for many different linear regression too.

seven. Conserve Time with User-Defined Functions
Excel has a number of built-in functions at your disposal by default. But, if you ever are like me, you can get quite a few calculations you finish up engaging in repeatedly that don’t possess a precise function in Excel.
They are wonderful conditions to create a User Defined Perform (UDF) in Excel utilizing Visual Essential for Applications, or VBA, the built-in programming language for Office items.

Really don't be intimidated as soon as you read through “programming”, although. I’m NOT a programmer by trade, but I use VBA all the time to increase Excel’s abilities and save myself time.
If you ever prefer to learn about to create Consumer Defined Functions and unlock the huge prospective of Excel with VBA, click right here to read about how I designed a UDF from scratch to determine bending stress.

8. Execute Calculus Operations
As soon as you think of Excel, it's possible you'll not suppose “calculus”. But when you've tables of data you possibly can use numerical examination tactics to determine the derivative or integral of that data.

These exact same primary approaches are used by much more complex engineering application to carry out these operations, plus they are painless to duplicate in Excel.

To determine derivatives, you can use the either forward, backward, or central variations. Each and every of those procedures employs data from your table to determine dy/dx, the only distinctions are which data points are put to use to the calculation.

For forward distinctions, make use of the data at stage n and n+1
For backward distinctions, make use of the information at factors n and n-1
For central variations, use n-1 and n+1, as shown under


In the event you need to have to integrate data in the spreadsheet, the trapezoidal rule works very well. This process calculates the place beneath the curve among xn and xn+1. If yn and yn+1 are different values, the location kinds a trapezoid, therefore the identify.

9. Troubleshoot Bad Spreadsheets with Excel’s Auditing Equipment
Each engineer has inherited a “broken” spreadsheet. If it’s from a co-worker, you could always request them to repair it and send it back. But what in the event the spreadsheet originates from your boss, or worse but, someone that is no longer with the enterprise?

In some cases, this may be a real nightmare, but Excel supplies some resources which could assist you to straighten a misbehaving spreadsheet. Just about every of those equipment are usually found in the Formulas tab from the ribbon, inside the Formula Auditing area:

While you can see, there can be a number of several equipment right here. I’ll cover two of them.

Primary, you can use Trace Dependents to find the inputs to the selected cell. This may make it easier to track down wherever all of the input values are coming from, if it’s not apparent.

Lots of occasions, this may lead you on the source of the error all by itself. After you are executed, click eliminate arrows to clean the arrows from your spreadsheet.

You may also use the Evaluate Formula tool to determine the outcome of a cell - one phase at a time. This is often helpful for all formulas, but mainly for all those that incorporate logic functions or a number of nested functions:

10. BONUS TIP: Use Information Validation to avoid Spreadsheet Mistakes
Here’s a bonus tip that ties in with all the last one. (Everyone who will get ahold of your spreadsheet during the potential will value it!) If you’re creating an engineering model in Excel and you notice that there is an opportunity for that spreadsheet to generate an error attributable to an improper input, you're able to restrict the inputs to a cell through the use of Information Validation.

Allowable inputs are:
Whole numbers better or under a variety or involving two numbers
Decimals higher or less than a quantity or in between two numbers
Values in the checklist
Dates
Instances
Text of a Certain Length
An Input that Meets a Customized Formula
Information Validation are usually discovered beneath Data>Data Tools while in the ribbon.

http://blogs870.strikingly.com/blog/9-smarter-methods-to-use-excel-for-engineering

0 Comments
Please login to post your comment..