I'm making a spread sheet for my work. I know how to multiply values in rows and display them in another row
ex) PRODUCT(E3;G3) / 60
I put that on column H and it displays my total run time in hours.
My question is how can I make it standard for the ENTIRE "H" column to display like this for each row? Right now I'm copying and pasting the above in each row and changing the numbers to the correct row
PRODUCT(E10;G10) / 60
PRODUCT(E13;G13) / 60
PRODUCT(E14;G14) / 60
PRODUCT(E16;G16) / 60
PRODUCT(E20;G20) / 60
I have a bunch of rows to do and this is very time consuming. Can I input something that would make "H" display the correct value for every row?
Thanks,
-Nick
ex) PRODUCT(E3;G3) / 60
I put that on column H and it displays my total run time in hours.
My question is how can I make it standard for the ENTIRE "H" column to display like this for each row? Right now I'm copying and pasting the above in each row and changing the numbers to the correct row
PRODUCT(E10;G10) / 60
PRODUCT(E13;G13) / 60
PRODUCT(E14;G14) / 60
PRODUCT(E16;G16) / 60
PRODUCT(E20;G20) / 60
I have a bunch of rows to do and this is very time consuming. Can I input something that would make "H" display the correct value for every row?
Thanks,
-Nick


Comment