blogf.webblogg.se

9 SMARTER Solutions to USE EXCEL FOR ENGINEERING

como calcular o custo de uma obra
As an engineer, you’re almost certainly by using Excel just about every day. It doesn’t matter what business that you're in; Excel is made use of All over the place in engineering.
Excel is usually a massive system with a good deal of excellent likely, but how can you know if you are making use of it to its fullest capabilities? These 9 helpful hints will help you start to obtain essentially the most from Excel for engineering.
one. Convert Units without any External Tools
If you’re like me, you most likely job with unique units every day. It is a single of your good annoyances within the engineering daily life. But, it’s develop into a good deal significantly less annoying because of a function in Excel that could do the grunt function to suit your needs: CONVERT. It’s syntax is:
Choose to master much more about sophisticated Excel ways? Observe my 100 % free training only for engineers. While in the three-part video series I'll explain to you tips on how to solve complicated engineering difficulties in Excel. Click here to acquire began.
CONVERT(amount, from_unit, to_unit)
Where quantity could be the value you desire to convert, from_unit is definitely the unit of amount, and to_unit would be the resulting unit you desire to acquire.
Now, you will no longer have to head to outdoors tools to discover conversion variables, or very difficult code the elements into your spreadsheets to lead to confusion later on. Just let the CONVERT function do the perform to suit your needs.
You’ll locate a complete listing of base units that Excel recognizes as “from_unit” and “to_unit” right here (warning: not all units can be found in earlier versions of Excel), but you can even utilize the perform multiple instances to convert much more complicated units that are common in engineering.

two. Use Named Ranges to create Formulas Easier to know
Engineering is difficult adequate, without any trying to figure out what an equation like (G15+$C$4)/F9-H2 means. To reduce the pain associated with Excel cell references, use Named Ranges to produce variables that you can use within your formulas.

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

There are some different ways to make Named Ranges, but these two are my favorites:

For “one-off” variables, pick the cell that you would like to assign a variable name to, then form the title from the variable in the name box in the upper left corner with the window (under the ribbon) as proven above.
If you like to assign variables to several names at after, and also have presently included the variable title within a column or row following to your cell containing the value, do that: To begin with, pick the cells containing the names and the cells you need to assign the names. Then navigate to Formulas>Defined Names>Create from Choice. In the event you like to learn extra, you are able to read all about creating named ranges from choices right here.
Would you like to find out even more about state-of-the-art Excel tactics? Watch my 100 % free, three-part video series only for engineers. In it I’ll explain to you the right way to remedy a complicated engineering challenge in Excel employing a few of these methods and more. Click here to have started.
three. Update Charts Immediately with Dynamic Titles, Axes, and Labels
To generate it straightforward to update chart titles, axis titles, and labels you are able to hyperlink them straight to cells. When you demand to create quite a bit of charts, this will be a true time-saver and could also potentially help you to keep clear of an error when you fail to remember to update a chart title.
To update a chart title, axis, or label, primary build the text that you just want to include things like in the single cell within the worksheet. You'll be able to use the CONCATENATE function to assemble text strings and numeric cell values into complicated titles.
Following, choose the part over the chart. Then go to the formula bar and variety “=” and select the cell containing the text you choose to implement.

Now, the chart part will instantly once the cell value changes. You can get innovative right here and pull all sorts of information and facts in to the chart, without having having to stress about painstaking chart updates later on. It is all accomplished instantly!

4. Hit the Target with Intention Look for
Frequently, we create spreadsheets to calculate a result from a series of input values. But what if you’ve done this within a spreadsheet and want to understand what input value will reach a sought after end result?

You may rearrange the equations and make the old outcome the brand new input as well as the old input the new end result. You could possibly also just guess in the input until you gain the target end result.
Fortunately though, neither of those are required, because Excel features a instrument called Target Seek to accomplish the get the job done for you personally.

1st, open the Intention Seek tool: Data>Forecast>What-If Analysis>Goal Look for.
In the Input for “Set Cell:”, decide on the end result cell for which you know the target. In “To Value:”, enter the target value.
Lastly, in “By transforming cell:” pick the single input you'll prefer to modify to change the result. Decide on Okay, and Excel iterates to locate the right input to achieve the target.
5. Reference Information Tables in Calculations
A single of the items which makes Excel an awesome engineering tool is the fact that it's capable of dealing with each equations and tables of data. So you can combine these two functionalities to produce impressive engineering models by wanting up data from tables and pulling it into calculations.
You are in all probability previously familiar together with the lookup functions VLOOKUP and HLOOKUP. In lots of cases, they might do every thing you will need.

On the other hand, should you have to have more flexibility and better management more than your lookups use INDEX and MATCH instead. These two functions enable you to lookup information in any column or row of the table (not only the initial a single), so you can management regardless of whether the worth returned could be the up coming largest or smallest.
You may also use INDEX and MATCH to complete linear interpolation on the set of data. That is accomplished by taking advantage on the versatility of this lookup system to locate the x- and y-values at once prior to and after the target x-value.

six. Accurately Fit Equations to Data
Yet another technique to use existing data in the calculation could be to match an equation to that data and utilize the equation to determine the y-value for any given value of x.
Many individuals understand how to extract an equation from information by plotting it on a scatter chart and incorporating a trendline. That’s Ok for getting a fast and dirty equation, or recognize what kind of function very best fits the data.
Yet, if you should just want to use that equation inside your spreadsheet, you’ll want to enter it manually. This can consequence in mistakes from typos or forgetting to update the equation once the data is altered.
A much better approach 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 one of the best fit line as a result 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 information,
known_x’s would be the array of x-values,
const can be a logical value that tells Excel if to force the y-intercept to get equal to zero, and
stats specifies no matter whether to return regression statistics, such as R-squared, and so on.

LINEST is often expanded past linear data sets to carry out nonlinear regression on data that fits polynomial, exponential, logarithmic and power functions. It could even be used for many linear regression as well.

7. Conserve Time with User-Defined Functions
Excel has lots of built-in functions at your disposal by default. But, in the event you are like me, you'll find quite a few calculations you finish up accomplishing repeatedly that do not have a unique function in Excel.
These are wonderful situations to create a Consumer Defined Perform (UDF) in Excel employing Visual Primary for Applications, or VBA, the built-in programming language for Workplace solutions.

Really don't be intimidated while you read “programming”, though. I’m NOT a programmer by trade, but I use VBA on a regular basis to expand Excel’s capabilities and save myself time.
If you happen to desire to understand to make User Defined Functions and unlock the huge prospective of Excel with VBA, click here to go through about how I designed a UDF from scratch to determine bending stress.

eight. Complete Calculus Operations
If you think of Excel, you could not consider “calculus”. But when you've tables of information it is possible to use numerical evaluation procedures to determine the derivative or integral of that data.

These identical simple techniques are utilized by more complex engineering software to execute these operations, and so they are simple and easy to duplicate in Excel.

To determine derivatives, you can actually make use of the either forward, backward, or central distinctions. Every of those ways utilizes data from your table to determine dy/dx, the sole distinctions are which information factors are utilised for your calculation.

For forward differences, use the information at level n and n+1
For backward differences, utilize the data at points n and n-1
For central differences, use n-1 and n+1, as shown below


In the event you desire to integrate information in a spreadsheet, the trapezoidal rule operates properly. This procedure calculates the location under the curve among xn and xn+1. If yn and yn+1 are distinctive values, the region kinds a trapezoid, therefore the title.

9. Troubleshoot Negative Spreadsheets with Excel’s Auditing Resources
Just about every engineer has inherited a “broken” spreadsheet. If it is from a co-worker, you're able to usually request them to fix it and send it back. But what when the spreadsheet originates from your boss, or worse but, someone who is no longer using the firm?

Oftentimes, this will be a true nightmare, but Excel gives you some tools which will help you to straighten a misbehaving spreadsheet. Every of those equipment could very well be found in the Formulas tab of your ribbon, within the Formula Auditing section:

When you can see, you'll find a few several equipment right here. I’ll cover two of them.

To start with, it is possible to use Trace Dependents to locate the inputs for the selected cell. This could assist you track down where all of the input values are coming from, if it is not obvious.

A number of instances, this could lead you to the source of the error all by itself. As soon as you are finished, click eliminate arrows to clean the arrows from the spreadsheet.

You can even make use of the Assess Formula tool to calculate the result of the cell - 1 phase at a time. This is certainly helpful for all formulas, but notably for anyone that include logic functions or numerous nested functions:

10. BONUS TIP: Use Data Validation to prevent Spreadsheet Mistakes
Here’s a bonus tip that ties in with all the final one particular. (Everyone who gets ahold of one's spreadsheet within the future will enjoy it!) If you’re making an engineering model in Excel and you recognize that there's a chance for the spreadsheet to generate an error due to an improper input, you possibly can limit the inputs to a cell by utilizing Data Validation.

Allowable inputs are:
Full numbers higher or under a quantity or in between two numbers
Decimals higher or under a amount or amongst two numbers
Values in a checklist
Dates
Instances
Text of the Unique Length
An Input that Meets a Custom Formula
Information Validation could be noticed underneath Data>Data Resources from the ribbon.

http://fit-fit14.jigsy.com/entries/general/9-smarter-tips-on-how-to-use-excel-for-engineering