albe
unread,Aug 18, 2003, 11:58:46 AM8/18/03You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Devo calcolare la velocità media in un foglio excell con
dati in colonne nel formato km xx,xx e tempo hh.mm.ss es
km 52,00 tempo 3.16.50 = vel media 15,85.
Esiste un modo diretto per ottenere la terza colonna (vel
media)senza passare per un colonna intermedia che calcola
il tempo ?
km(B2) 52,00 tempo(C2) 3.16.50 ora(D2) =(ORA(C2)+((MINUTO
(C2)+(SECONDO(C2)/60))/60)) vel media(E2) = B2/D2