dann2707 Posted November 22, 2011 Report Share Posted November 22, 2011 (edited) Hey. for a lab report I am needing to convert 90 results that are in pressure (BAR) that are needed to be converting into Force (N ). This forumale is Pressure (the 90 figures i have) x 10^5 x (PIEx D^2)/4) What would I type into Excel to apply the same forumla to all these figures? Im aware that id have to type all the answers out in a long lone vertically. Any ideas? Cheers. Edited November 22, 2011 by dann2707 Quote Link to comment Share on other sites More sharing options...
Rich J Posted November 22, 2011 Report Share Posted November 22, 2011 It should be simple, column A so A1, A2 etc are the BAR numbers then column B is =Sum ((A1 x 10^5) x (PIEx D^2)/4). Assuming PIE is in excel and youll need to put in the diameter which I assume is D. 1 Quote Link to comment Share on other sites More sharing options...
dann2707 Posted November 22, 2011 Author Report Share Posted November 22, 2011 (edited) I dont think ive entered it wrong, saying its errored up! I've never done this before. Ive changed the X's to *'s too. Edited November 22, 2011 by dann2707 Quote Link to comment Share on other sites More sharing options...
Rich J Posted November 22, 2011 Report Share Posted November 22, 2011 =SUM((A1*10^5)*(3.14*6^2)/4) that works im pretty sure if D is 6. PIE doesnt get accepted. 1 Quote Link to comment Share on other sites More sharing options...
dann2707 Posted November 22, 2011 Author Report Share Posted November 22, 2011 Ahh ive typed it out ommitting any spaces and its worked amazing. Thanks for that mate. Quote Link to comment Share on other sites More sharing options...
monkeyseemonkeydo Posted November 22, 2011 Report Share Posted November 22, 2011 Pi needs to be input as Pi() =SUM((A1*10^5)*(3.14*6^2)/4) that works im pretty sure if D is 6. PIE doesnt get accepted. What's the SUM doing there? Surely the SUM needs to be added at the bottom of the column it you want to total the individual forces. Adding it for each row like that won't do anything will it? Edit: Don't forget to check the units required for D. I'm guessing metres. Quote Link to comment Share on other sites More sharing options...
dann2707 Posted November 22, 2011 Author Report Share Posted November 22, 2011 Yeah man its 38mm, or 0.038m which i needed it in. Do you know how to make a graph in Excel? I now have my Forces for one part of the question, I'm measuring it against 9 heights. but when i press turn into a graph it doesn't come up how i want it. I want it like this on the left, but as it is its coming out on the right Quote Link to comment Share on other sites More sharing options...
monkeyseemonkeydo Posted November 22, 2011 Report Share Posted November 22, 2011 You want a scatter plot, not a line graph. Quote Link to comment Share on other sites More sharing options...
Sam Nichols Posted November 22, 2011 Report Share Posted November 22, 2011 Chose a scatter chart or whatever it's called then you can right click and click 'select data'. Then set Force to 'y' axis and Height to 'x' axis.Beaten to it Quote Link to comment Share on other sites More sharing options...
Rich J Posted November 22, 2011 Report Share Posted November 22, 2011 Pi needs to be input as Pi() What's the SUM doing there? Surely the SUM needs to be added at the bottom of the column it you want to total the individual forces. Adding it for each row like that won't do anything will it? I thought he wanted to turn 90 individual entries into 90 new ones, therefore would have to do 90 separate sums? Might be wrong but I also though =sum was just the way of telling excel this entry was not a number but a sum? Quote Link to comment Share on other sites More sharing options...
dann2707 Posted November 22, 2011 Author Report Share Posted November 22, 2011 What i did was drag that box all the way down and allowed me to enter many more figures into the a column Quote Link to comment Share on other sites More sharing options...
monkeyseemonkeydo Posted November 22, 2011 Report Share Posted November 22, 2011 I thought he wanted to turn 90 individual entries into 90 new ones, therefore would have to do 90 separate sums? Might be wrong but I also though =sum was just the way of telling excel this entry was not a number but a sum? Sum() gives the sum of whatever cells are indicated within the brackets. As it was written in your post each cell was giving the sum of a single number. If you needed the sum of everything in column A you'd select a new cell and put =sum(a2:a10) or whatever and the cell would then give you the total of the numbers in those 9 cells added together. Quote Link to comment Share on other sites More sharing options...
Rich J Posted November 22, 2011 Report Share Posted November 22, 2011 (edited) Sum() gives the sum of whatever cells are indicated within the brackets. As it was written in your post each cell was giving the sum of a single number. If you needed the sum of everything in column A you'd select a new cell and put =sum(a2:a10) or whatever and the cell would then give you the total of the numbers in those 9 cells added together. But he didnt want the total of the Column A (at least I dont think so, sorry if I am wrong?) He wanted the cell to give the total/sum of the formula that was in the brackets? Thats the way I have always used it? EDIT: Ok so taking sum out does the same thing, is that what you are getting at? Edited November 22, 2011 by Rich J Quote Link to comment Share on other sites More sharing options...
Luke Rainbird Posted November 22, 2011 Report Share Posted November 22, 2011 Then you only want the cell to equal the function, not sum anything Quote Link to comment Share on other sites More sharing options...
craigjames Posted November 22, 2011 Report Share Posted November 22, 2011 (edited) Using SUM suggests the addition of results or values from various cells to gain a total. You aren't adding anything together as you don't require a total. Edited November 22, 2011 by craigjames Quote Link to comment Share on other sites More sharing options...
monkeyseemonkeydo Posted November 22, 2011 Report Share Posted November 22, 2011 What they said ^^ Quote Link to comment Share on other sites More sharing options...
Rich J Posted November 22, 2011 Report Share Posted November 22, 2011 Understood. Sorry Dan if I messed you up. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.