You need to provide more details than the above if you expect to get an answer to your problem. One thing you must keep in mind when you ask a question in a forum... the people you are asking to help you know absolutely nothing about your data, absolutely nothing about how it is laid out in the workbook, absolutely nothing about what you want done with it and absolutely nothing about how whatever it is you want done is to be presented back to you as a result... you must be very specific about describing each of these areas, in detail, and you should not assume that we will be able to "figure it out" on our own. Remember, you are asking us for help... so help us to be able to help you by providing the information we need to do so, even if that information seems "obvious" to you (remember, it is only obvious to you because of your familiarity with your data, its layout and the overall objective for it).I'm hoping someone can post the formula I would input into a cell to calculate true position from 2 pieces of data.
Assuming the two cells are A1 and B1, put this formula in, say, cell C1...Thanks. I appreciate the help.
What I'm looking to do is take numerical data from 2 cells (an X and a Y)(measured locations on a machined part) and calculate the true position for those 2 locations. The mathematical formula is:
2√(x2 + y2). I need help formatting that formula.
Assuming the two cells are A1 and B1, put this formula in, say, cell C1...
=2*SQRT(A1+B1)