+ Reply to Thread
Results 1 to 44 of 44

Conversion Formula

  1. #1
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Conversion Formula

    I work with fuel tanks, or fuel farms. Big tanks of fuel that have to be hand gauged to determine how much fuel is in them. For example, for one tank at a gauge of 9-6 3/8 (reads nine feet, six inches and 3/8ths) the amount of fuel is 476156 gallons. We measure in 1/8ths. But we can measure as small as 1/16ths. With a 1/16 equaling 248 gallons for this tank. I would like to put the gauging amount in the first cell of my spreadsheet, say A1, and the formula tell me what that is in gallons in the second cell, say B1. My challenge is to have a formula that will convert the integer/fraction into gallons. Or barrels, where you divide the gallons by 42. Or vice versa i.e. it gives me barrels in one column and I can formulate from that to get gallons i.e. multiplying by 42.
    Can anyone please tell me how to make this work? I have 18 tanks I would like to set up a spreadsheet on. Thank you.
    Last edited by sbell521; 10-24-2012 at 05:47 PM.

  2. #2
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: Conversion Formula

    Can you provide the data pattern of the gauge input in excel attached?

    Seems the gauge measure input is not number, so a procedure to extract numbers from the gauge text may needed.

    Also, I'm doubt of the 9-6 3/8 result provided(476156 gallons)
    I would like to confirm, it is (9*12 + 6 + 3/8) / (1/16) * 248 = 453840 gallons right?

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Conversion Formula

    @ nels that 9' 6 3/8" is probably just 1 dimension (width). no 2nd dimension was mentioned

    @ sbell, this sounds like a simple math equation where (for that particular tank) 1" = 3968 gals

    if you have a sample workbook for me, i can probably walk you through what you need?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Re: Nels:

    What I use is a strapping chart that will tell how much fuel is at any given gauge. Such as; at the gauge I provided the chart says there are 476156 gallons. That is where I am having trouble trying to formulate excel into arriving at the same gallons as the gauging on the strapping chart for this tank, or for any take for that matter. I am doing it manually by looking it up on a chart. Whereas, I'd like to have excel do it for me in a spreadsheet.

    I'm not sure how to answer your question about providing "the data pattern of the gauge input in excel attached".

  5. #5
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Re: FDibbins:

    Yes, it is only one dimension; height of the fuel in the tank. I do not have a sample workbook. I have strapping charts that give volume based on the gauge. Without sounding condescending...a tape measure is dropped down into the fuel and the reading is recorded and measured against a strapping chart. Or as we call it, the fuel is hand gauged. I would agree that 1" is 3968 gallons. However, the strapping chart works in 16ths. So I would have to be accurate to a 16th in my formula. I would also agree that it is a simple math equation but breaking it down into what I need to multiply is the conundrum.

  6. #6
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    (9*12 + 6 + 3/8) / (1/16) * 248 = 453840 I believe you are on the right track. Is this the formula to insert into excel to see if it will work?

  7. #7
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: Conversion Formula

    Hi sbell,

    I had prepared a template attached
    Conversion Formula.xlsx

    As I'm not sure how you need to input value of gauge, I prepared 2 solutions here:
    Solution A(Row3): Input total gauge link in inches in column D
    Solution C(Row5): Input total gauge link in Feet/inch/ 1/16 inch in column A-C

    Hope this can give you an idea of solution.
    But not sure if suitable to your situation.

  8. #8
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Hi Nels, I think you are on to something. However, I'd like to have the gauge reading in one cell instead of three. I would also like to round up on the barrels as well as the gallons so as to have a whole number. I want to be able to enter the gauge as it is read at the time of gauging e.g. if I get 16-0 (that would be straight sixteen feet) or 15-5 15/16ths, or 21-2 5/8ths. I want the formula to sort it out and convert it to gallons. Is this possible? Do I need to be more clear in how I write it for the formula? That is...do I need to say 16'-5 1/2", or some derivative of that for a formula to read it? I would also like to be able to see your formula when you have one completed. I want this information for accounting purposes so it has to be in a format that accounting would want i.e. as simple and straightforward as possible. I am already using their spreadsheet but I want it to formulate the gauging for me instead of entering by hand. Thank you so much for your help Nels. I will stay tuned for your reply. You are very close to having the perfect formula for my endeavor.

  9. #9
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    BTW Nels, I am on my laptop and it only has viewing of excel. It doesn't allow me to have full version of excel. When I get home I can reopen your excel spreadsheet and perhaps see more of what you have done. My laptop is dated. In fact it has the home version of windows xp. I know, a poor choice in laptops but in 2003 when I bought it I knew very little about what I was getting. Anyway...

  10. #10
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Nels, I have uploaded the excel spreadsheet I am using for my tank gauging. For your viewing. This is the one I made up from the version accounting wants us to use. But they want us to write in the data. I made an excel spreadsheet so I could type it in. I am looking to elaborate on it with appropriate formulas. Thanks Nels!
    Attached Files Attached Files
    Last edited by sbell521; 10-22-2012 at 06:02 AM.

  11. #11
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    I have the basic formula in it for multiplying by 42 and dividing by 42 for gallons and barrels. But not for converting the gauging into gallons and/or barrels. And, to do the totals i.e. addition.
    Last edited by sbell521; 10-22-2012 at 05:59 AM.

  12. #12
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Conversion Formula

    Best that you measure the tank height in decimal inches, use a conversion table to get this from your tank gauge.

    However see if this workbook helps
    It's pretty cude at the moment so gauge readings must be entered in this format "#ft-#ins #/#" see the examples.

    Enter a tank height for a known volume in A2 and the known volume in gallons in C2

    In my experience volumes are seldom a straight ratio especially at lower levels, so beware of this.
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  13. #13
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Thank you Marcol. I looked at your spreadsheet and I see that the numbers do not equal what the strapping chart says for those heights...perhaps a straight calculation will not be the same as what the strapping chart says for every sixteenth, even though we have a 16th equaling 248 gallons. Can we not have the gauging match a chart of the values of the strapping chart itself? If so, would all the values of the strapping chart have to be created for the formula to reference it?

  14. #14
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Conversion Formula

    Looking at your "strapping chart", I think that there are more variables than you first suggested.

    Temperature could well be a significant one.
    Do you have expansion co-efficients for each tank and its' contents?

    The only way to handle this with any surety will be to have a lookup table for every tank.
    Last edited by Marcol; 10-22-2012 at 07:08 AM.

  15. #15
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: Conversion Formula

    I've do some update to Marcol's formula(sorry Marcol), now you can input gauge in format either "#ft-#ins #/#" or "#ft-#ins".
    Here is the update file, which the extra column C is the formula.
    Daily_Gauging_Log3_v2.xls

    As Marcol mentioned, there have more factors to affect the final gallon volume.
    If they can be found out that's help to solve the case.

  16. #16
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Marcol View Post
    Looking at your "strapping chart", I think that there are more variables than you first suggested.

    Temperature could well be a significant one.
    Do you have expansion co-efficients for each tank and its' contents?

    The only way to handle this with any surety will be to have a lookup table for every tank.
    Yes Marcol, a lookup table for the spreadsheet would be awesome! How would I do that? If you don't mind? You have been so very helpful. Thank you.

  17. #17
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Nels View Post
    I've do some update to Marcol's formula(sorry Marcol), now you can input gauge in format either "#ft-#ins #/#" or "#ft-#ins".
    Here is the update file, which the extra column C is the formula.
    Attachment 188488

    As Marcol mentioned, there have more factors to affect the final gallon volume.
    If they can be found out that's help to solve the case.
    Nels, I'm sorry but I don't see column C with the formula. I like how you converted the gauge into inches. But how do I convert the inches into gallons? For tank one I know a 16th of an inch is worth 248 gallons. Will this help? What I need is a lookup table for each tank. Also, I wanted to address Marcol's and yours concern about the tempature. The tempature is used for calculating net gallons by the accounting department and is also done on another form we provide. However, for this form they simply want gross gallons. They must figure the net with the information given. Thank you both so much for your patience and time with this issue.

  18. #18
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Nels View Post
    I've do some update to Marcol's formula(sorry Marcol), now you can input gauge in format either "#ft-#ins #/#" or "#ft-#ins".
    Here is the update file, which the extra column C is the formula.
    Attachment 188488

    As Marcol mentioned, there have more factors to affect the final gallon volume.
    If they can be found out that's help to solve the case.
    OK, I see column C but no formula, only the results, Could be my laptop. Anyway, can we not create a formula without column C so that column B can be converted to inches and then into gallons? Thank you.

  19. #19
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    I will provide a copy of a page from the strapping chart for your review in a few hours when I get home.

  20. #20
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: Conversion Formula

    Hi sBell,

    Sorry that the attachment was invalid to download(wield).It's now attached again.
    The formula is in yellow highlighted.
    Daily_Gauging_Log3_v2.xls

    To convert inches to gallons, as you said each 1/16 inch returns 248 gallons, so:
    (Inch) * 16 * 248 will be the gallon value. Here below is the gallon value calculated in column C:
    Daily_Gauging_Log3_v3.xls

    HOWEVER, comparing the calculated value in column C and the provided value in column E they have major difference.
    There should have something missing in the formula you provided.
    This is what I'm concerning about.
    Last edited by Nels; 10-22-2012 at 09:13 AM.

  21. #21
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Conversion Formula

    Perhaps better you use this in C5, it will work for all versions of Excel, IFERROR() will only work for 2007 and above
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    How many tanks are we talking about?

    Are they all one size in height and diameter?

    If not how many types are there?

    If we had data for several days for one tank type we might be able to establish an empiric formula to handle height and temperature variations, and then set up a lookup table for that type of tank.

  22. #22
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Marcol View Post
    Perhaps better you use this in C5, it will work for all versions of Excel, IFERROR() will only work for 2007 and above
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    How many tanks are we talking about?

    Are they all one size in height and diameter?

    If not how many types are there?

    If we had data for several days for one tank type we might be able to establish an empiric formula to handle height and temperature variations, and then set up a lookup table for that type of tank.
    Marcol, we are talking about 18 tanks. All are different sizes. They are all above ground and round tanks. But hold different amounts of fuel and I have a strapping chart for each tank. If I could get the strapping charts onto excel and then reference them in my spreadsheet they would be ideal I think. Then there would be no calculations only a reference lookup.

  23. #23
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Nels View Post
    Hi sBell,

    Sorry that the attachment was invalid to download(wield).It's now attached again.
    The formula is in yellow highlighted.
    Attachment 188504

    (Inch) * 16 * 248 will be the gallon value. Here below is the gallon value calculated in column C:
    Attachment 188509

    HOWEVER, comparing the calculated value in column C and the provided value in column E they have major difference.
    There should have something missing in the formula you provided.
    This is what I'm concerning about.
    Thanks Nels. I didn't see the formula but then again it could be my laptop. The value of 248 would only be valid with tank one. The other tanks have their own value for a 1/16th of an inch. If I can see the formula then I can put in the value for each tank into it. But again, I think my best option may be a lookup chart/reference for these tanks. If I can put in the value of the gauge as you read it without converting to inches and have excel look it up it would solve everything. Should I repost my question in excel as a lookup question? I appreciate your help and Marcols. Thank you.

  24. #24
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: Conversion Formula

    The formula in cell C5 is as follows:
    Please Login or Register  to view this content.
    You can change the "248" in formula to the lookup value to table in another sheet.
    If you can have a lookup chart.reference for all tanks and all their gauges that will be nice
    , but I wonder if it is a gigantic chart to be prepared as there can be so many combinations?

  25. #25
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Conversion Formula

    I take it that they are all vertical tanks?

    What does your strapping chart look like?
    What format is it in?

    Can't you put one into Excel and post it so we can see the information in it?
    If it isn't in a format that the forum allows, zip it and then post it.

    Let's get one into Excel as a lookup table one way or another.
    Seems to me that this would be the only way to go.
    Last edited by Marcol; 10-22-2012 at 10:24 AM.

  26. #26
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Marcol View Post
    I take it that they are all vertical tanks?

    What does your strapping chart look like?
    What format is it in?

    Can't you put one into Excel and post it so we can see the information in it?
    If it isn't in a format that the forum allows, zip it and then post it.

    Let's get one into Excel as a lookup table one way or another.
    Seems to me that this would be the only way to go.
    Marcol, they are vertical tanks. I have a page out of a strapping chart I will post in about two hours. It is just a copy. Each tank has about 8 pages of gauging. So it would be labor intensive to put it into a excel format. You will see when I post it. Hopefully something can be figured out. Thanks for your posts.

  27. #27
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Nels View Post
    The formula in cell C5 is as follows:
    Please Login or Register  to view this content.
    You can change the "248" in formula to the lookup value to table in another sheet.
    If you can have a lookup chart.reference for all tanks and all their gauges that will be nice
    , but I wonder if it is a gigantic chart to be prepared as there can be so many combinations?
    Yes, it would be gigantic. I think out of all these post by you and Marcol, that I may have to just look up the value of the gauge manually and enter it in myself. I may be trying to bite off more than I can chew. It was worth the effort. I'm not giving up yet. I think we will get this or die trying, lol. Thanks for all your post.

  28. #28
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: Conversion Formula

    Nevermind sbell, the solution is now touchable for me.
    I just need more information

  29. #29
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Conversion Formula

    Are you still using 2003 as your profile suggests?

    The Morefunc add-in could be an advantage.

    Try this workbook as the first step of an experiment.
    Do you get the correct results in E5:E10? If not I have another step to try.
    Attached Files Attached Files

  30. #30
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Conversion Formula

    another point to consider...if the tank square or oval/round? this will have a huge difference on the gallons/inch

  31. #31
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Marcol View Post
    Are you still using 2003 as your profile suggests?

    The Morefunc add-in could be an advantage.

    Try this workbook as the first step of an experiment.
    Do you get the correct results in E5:E10? If not I have another step to try.
    Yes MARCOL, I am using excel off office 2003.

  32. #32
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Marcol View Post
    Are you still using 2003 as your profile suggests?

    The Morefunc add-in could be an advantage.

    Try this workbook as the first step of an experiment.
    Do you get the correct results in E5:E10? If not I have another step to try.
    Marcol and NELS this is what a page out of the strapping chart looks like. Please see attached. I had to crop it because it was too big to upload. However, you can still what I am talking about.
    Attached Files Attached Files

  33. #33
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Conversion Formula

    @ FDibbins
    Calibrated strapping charts are not reliant on the plan shape of vertical tanks, this is factored in for each individual tank.
    Tapers, and other geometric deviations, are also factored in as should any internal pumps, valve cases. etc.

    What we need is to establish if a basic table and formula can be extracted from the chart. The charts might be "gigantic", but it may well be formulaic, so we might be able to use a relatively small table.

    If the charts aren't available, they will have to be empirically deduced from as many records as we can have for any particular tank, MIT reckons on a minimum of 36 samples.

    At the end of the day it is obviously far better to have the tanks recalibrated than using empirically deduced results.

    @ sbell521
    Did you get the correct results in E5:E10 in my last file?
    Last edited by Marcol; 10-22-2012 at 01:05 PM.

  34. #34
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Conversion Formula

    @ Marcol, good point

  35. #35
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Conversion Formula

    It looks to me like we are missing one piece of information from all of this -- how many gallons are in the tank when the gauge reads 0. Everything I've seen so far has assumed that the tank holds 0 gallons when the gauge reads 0, but I'm beginning to doubt this assumption.

    I entered a very small subset of the data from the strapping chart and regressed a straight line from that data. From this equation, I get, as indicated earlier, a slope of 3962 gal/inch (or 248 gallons per 1/16 inch). The equation also suggests that there are 23000 gallons in the tank when the gauge reads 0. Is this a possible scenario?

    Assuming there are no "anomalies" in the gauge readings, I would suggest that the way I might approach this is to enter a suitable sample of data from the strapping chart, regress a straight line (in Excel, you can use the LINEST() function), then evaluate that function to make sure it is accurate enough at any gauge reading.

  36. #36
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by Marcol View Post
    @ FDibbins
    Calibrated strapping charts are not reliant on the plan shape of vertical tanks, this is factored in for each individual tank.
    Tapers, and other geometric deviations, are also factored in as should any internal pumps, valve cases. etc.

    What we need is to establish if a basic table and formula can be extracted from the chart. The charts might be "gigantic", but it may well be formulaic, so we might be able to use a relatively small table.

    If the charts aren't available, they will have to be empirically deduced from as many records as we can have for any particular tank, MIT reckons on a minimum of 36 samples.

    At the end of the day it is obviously far better to have the tanks recalibrated than using empirically deduced results.

    @ sbell521
    Did you get the correct results in E5:E10 in my last file?
    Marcol, I have not had time to correct the results you are speaking of. I was at work last night and now I am home. It is time to get some sleep. It may have to wait until my day off to fully get involve. Anyway, the gauging must match the strapping charts I have because that is what accounting uses too. If we deviate even one digit then the formula will be void.

  37. #37
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Quote Originally Posted by MrShorty View Post
    It looks to me like we are missing one piece of information from all of this -- how many gallons are in the tank when the gauge reads 0. Everything I've seen so far has assumed that the tank holds 0 gallons when the gauge reads 0, but I'm beginning to doubt this assumption.

    I entered a very small subset of the data from the strapping chart and regressed a straight line from that data. From this equation, I get, as indicated earlier, a slope of 3962 gal/inch (or 248 gallons per 1/16 inch). The equation also suggests that there are 23000 gallons in the tank when the gauge reads 0. Is this a possible scenario?

    Assuming there are no "anomalies" in the gauge readings, I would suggest that the way I might approach this is to enter a suitable sample of data from the strapping chart, regress a straight line (in Excel, you can use the LINEST() function), then evaluate that function to make sure it is accurate enough at any gauge reading.
    Mr. Shorty there is still a residual volume of fuel in the tank even if you get a 0 reading. That is because the bottom of the tank is concave and the 0reading goes straight across the tank in a level manner. If I could sketch it our for you that might help. I know you are thinking...'What do I gotta draw you picture of something?" lol. The remaining volume is already calculated in the figures by some department or other. Hope this helps.

  38. #38
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Thanks to all who contributed to my post. My employer is going to update our computer to a new one with more memory. When and if this happens we will be able to load on the strapping charts of 19 tanks for use in excel. I believe they may already be on excel by our accounting department. When this happens I will post a new question about vlookup or lookup, or something like that so I can reference the charts with my gauging figures. Thank you again everyone! I will post this as solved.

  39. #39
    Registered User
    Join Date
    10-21-2012
    Location
    Anchorage
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Conversion Formula

    Um...could someone tell me how to post this as solved? lol.

  40. #40
    Registered User
    Join Date
    10-11-2013
    Location
    Egypt
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Conversion Formula

    hi i am Magdy my problem is how to calculate the required crane capacity if you have the radius and the weight IF SOME BODY has excel sheet to calculate this exercise please upload it

    thanks

    magdy kamel

  41. #41
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conversion Formula

    magdy kamel

    Welcome to the forum

    Unfortunately you have to start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  42. #42
    Registered User
    Join Date
    06-11-2017
    Location
    magnolia arkansas
    MS-Off Ver
    2003
    Posts
    2
    Sorry for posting
    Last edited by deedot54; 06-23-2017 at 12:37 PM.

  43. #43
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Conversion Formula

    deedot54 welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

  44. #44
    Registered User
    Join Date
    06-11-2017
    Location
    magnolia arkansas
    MS-Off Ver
    2003
    Posts
    2

    Re: Conversion Formula

    Thanks for Telling me. Sorry

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1