Excel Question
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI

starting where it is highlighted, i would like to create a formula that will give me the answer to column f (miles per tank) / column b (gallons) but it needs to change every row. is this possible?
does it make sense what i am asking?
thanks in advance!!
So you only have 3 Miles per tank cells? If so you can absolute reference by pushing F4 then copying and pasting.
=$F$40/B32
=$F$40/B33
=$F$40/B34
etc..
Edit: Damnit.. at least you find out answer
=$F$40/B32
=$F$40/B33
=$F$40/B34
etc..
Edit: Damnit.. at least you find out answer
Trending Topics
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by hornyleprechaun
So you only have 3 Miles per tank cells? If so you can absolute reference by pushing F4 then copying and pasting.
=$F$40/B32
=$F$40/B33
=$F$40/B34
etc..
Edit: Damnit.. at least you find out answer
=$F$40/B32
=$F$40/B33
=$F$40/B34
etc..
Edit: Damnit.. at least you find out answer

even easier than copy pasting is clicking on the cell you want to 'replicate' and then clicking on the little box that appears in the bottom right hand corner when your cursor turns to a + symbol, and then just drag as far as you want...
that works for formulas, dates, times, etc...
that works for formulas, dates, times, etc...
Originally Posted by sho_nuff1997
how do i get rid of the #DIV/0 error?
For example, if the cell contains the formula "=A1/B1", you will get an error if cell A1 or cell B1 is blank.
I have another question for you pros. I've got a list of movie titles in a column, and want to make it so that if you click on the title it will open firefox and query that title on imdb. is there anyway to write a formula for this? I don't want to have to go through all the titles and have to manually hyperlink them.
Originally Posted by The Dougler
I have another question for you pros. I've got a list of movie titles in a column, and want to make it so that if you click on the title it will open firefox and query that title on imdb. is there anyway to write a formula for this? I don't want to have to go through all the titles and have to manually hyperlink them.
Insert --> Hyperlink
done.
edit - Here's a link for reference.. And This Right Here Is a Hyperlink.. Text with a link embeded
Originally Posted by The Dougler
I have another question for you pros. I've got a list of movie titles in a column, and want to make it so that if you click on the title it will open firefox and query that title on imdb. is there anyway to write a formula for this? I don't want to have to go through all the titles and have to manually hyperlink them.
you should use a different program. its called "All My Movies" it inputs all the data right from IMDB and such forth. let me know if you want it
Originally Posted by quinto1025
you should use a different program. its called "All My Movies" it inputs all the data right from IMDB and such forth. let me know if you want it
Originally Posted by sho_nuff1997
how do i get rid of the #DIV/0 error?
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
Originally Posted by Bearcat94
For row 40, if I understand what you're doing:
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by Bearcat94
For row 40, if I understand what you're doing:
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
Thanks all!
Originally Posted by Bearcat94
For row 40, if I understand what you're doing:
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
type the following in g40
=if(b40="","",f40/b40)
That says "If b40 is blank, then leave g40 blank, otherwise f40 divided by b40"
If you need to retain static references use the $ where needed.
Once done, copy the formula down as far as you want. When you fill in the "B" column, the formula will give a result.
Thread
Thread Starter
Forum
Replies
Last Post
navtool.com
5G TLX Audio, Bluetooth, Electronics & Navigation
31
Nov 16, 2015 08:30 PM
navtool.com
1G RDX Audio, Bluetooth, Electronics & Navigation
1
Sep 25, 2015 05:15 PM
rboller
3G TL Audio, Bluetooth, Electronics & Navigation
0
Sep 23, 2015 02:49 PM






