T
Theuns
H
I need to calculate Kilometers traveled, Fuel used & consumption of vehicle (fleet of vehicles) but am stuck on extracting the Minimum and Maximum kilometers from column (also starting fuel or kilometers of some are zero)
In column C, I have vehicle Registration Numbers from day 1 to 31 of month, non-alphanumeric, as they arrive, some filling up 3, 7 or 25 times per month, next, I have column D, with Kilometers, then column G, with litres of fuel pumped
In column AB, I have all vehicle reg.No's (whether they used fuel or not) in alphanumeric order. In next column AC, I then extracted fuel pumped for month with formula =SUMIF(C7:C156,AB7,G7:G156), (AB7 being say reg. No. CPB249GP) next to relevant reg. No
Now I need the first & last (MIN & MAX) kilo reading from column D next to Registration No. in columns AD & AE so I can calculate fuel used and consumption
Can someone assit me please, I'm a newbie
Theuns
I need to calculate Kilometers traveled, Fuel used & consumption of vehicle (fleet of vehicles) but am stuck on extracting the Minimum and Maximum kilometers from column (also starting fuel or kilometers of some are zero)
In column C, I have vehicle Registration Numbers from day 1 to 31 of month, non-alphanumeric, as they arrive, some filling up 3, 7 or 25 times per month, next, I have column D, with Kilometers, then column G, with litres of fuel pumped
In column AB, I have all vehicle reg.No's (whether they used fuel or not) in alphanumeric order. In next column AC, I then extracted fuel pumped for month with formula =SUMIF(C7:C156,AB7,G7:G156), (AB7 being say reg. No. CPB249GP) next to relevant reg. No
Now I need the first & last (MIN & MAX) kilo reading from column D next to Registration No. in columns AD & AE so I can calculate fuel used and consumption
Can someone assit me please, I'm a newbie
Theuns