Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
trying to create a spreadsheet to keep track of mileage, all I know is
+k2+k3+k4 Etc. but this adds all the totals, wich is incorrect.. any help? TIA Coop |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
As far as what you show K5: =SUM(K2:K4)
but if you want to insert rows it would be better to use in K5: =SUM(K2:OFFSET(K5,-1,0)) you can read about OFFSET in http://www.mvps.org/dmcritchie/excel/offset.htm If you really only know as little as you say you know, then I would suggest you start reading/viewing some free online tutorials http://www.mvps.org/dmcritchie/excel....htm#tutorials But the real problem I have with your question is that you do not say what you want to do, what you have as input. presumably having something to do with highway travel. 1. Trip distances with readings taken from odometer want to show distances between turning points or other points of interest.. 2. Miles per Gallon (MPG or KPG) with odometer readings, and amount of gas (petro) purchased showing price/unit, cost. 3. Maintenance schedule based on mileage and running time. --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Coop" wrote ... trying to create a spreadsheet to keep track of mileage, all I know is +k2+k3+k4 Etc. but this adds all the totals, wich is incorrect.. any help? TIA Coop |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AHHHH-Get Data from Multiple Excel workbooks | Excel Discussion (Misc queries) | |||
Create database in excel? | New Users to Excel | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Getting Excel Data from One Sheet to Another.... | Excel Discussion (Misc queries) | |||
Hyperlink to specific sheet in Excel Web File | Links and Linking in Excel |