Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ann Cardus
 
Posts: n/a
Default Convert litres per 100km to miles per gallon easily

I need to be able to set up a spreadsheet that allows users to type in a
figure for Litres per 100km (fuel consumption measure) and translate it into
a miles per gallon (UK measures) figure (fuel economy measure).
  #2   Report Post  
paul
 
Posts: n/a
Default

ok here is a long way to do it
say cell A1 is where you type your figure of l/100 k
in some other cell type this 100/A1*4.55*0.62
4.55 l per uk gallon.0.62 kilometer =mile.....
every time you type a figure in A1 the MPG displays in your other cell......
easy one to check me on is 10 l 100 ks,= 10 km litre =28.2 mpg
--
paul
remove nospam for email addy!



"Ann Cardus" wrote:

I need to be able to set up a spreadsheet that allows users to type in a
figure for Litres per 100km (fuel consumption measure) and translate it into
a miles per gallon (UK measures) figure (fuel economy measure).

  #3   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 16 Aug 2005 02:15:02 -0700, "Ann Cardus"
wrote:

I need to be able to set up a spreadsheet that allows users to type in a
figure for Litres per 100km (fuel consumption measure) and translate it into
a miles per gallon (UK measures) figure (fuel economy measure).


If you have the analysis toolpak installed, you could use this formula:

=convert(100,"km","mi")/convert(A1,"l","uk_pt")*8

If you do not have the ATP installed, you could use the following (more
obscure) formula:

=282.480661977632/A1



--ron
  #4   Report Post  
Bernard Liengme
 
Posts: n/a
Default

Why so many sig figs! OP will not be interested in the last nanometre he
gets from a gallon!
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Ron Rosenfeld" wrote in message
...
On Tue, 16 Aug 2005 02:15:02 -0700, "Ann Cardus"
wrote:

I need to be able to set up a spreadsheet that allows users to type in a
figure for Litres per 100km (fuel consumption measure) and translate it
into
a miles per gallon (UK measures) figure (fuel economy measure).


If you have the analysis toolpak installed, you could use this formula:

=convert(100,"km","mi")/convert(A1,"l","uk_pt")*8

If you do not have the ATP installed, you could use the following (more
obscure) formula:

=282.480661977632/A1



--ron



  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 16 Aug 2005 10:36:37 -0300, "Bernard Liengme"
wrote:

Why so many sig figs! OP will not be interested in the last nanometre he
gets from a gallon!


He is certainly free to use fewer sig figs! Although I prefer the figs that my
MIL grows in the Azores :-))

Actually, I prefer the CONVERT routine myself as it is essentially
self-documenting.


--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert 1.2 miles to meters crlathem Excel Discussion (Misc queries) 4 August 4th 05 10:47 AM
excel to figure miles per gallon Terri New Users to Excel 5 January 9th 05 06:59 PM


All times are GMT +1. The time now is 07:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"