Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default qick help please about fill handle

i have numerical data on column a. It consists of a list of about 100
numberswith a total on the last row of the column a. on column b i want the
percentage of of the total in column a that each corresponding row
represents. i tried using the fill handle by inputting the formula in the
first few rows of b (eg. b2 =a2/a100, b3 =a3/a100) and then tried to
highlight both and use the fill handle to get the rest of the column and not
have to input one by one but i get an error #div/0! for all of column b after
the first 2 rows.

What is wrong and how can it be fixed?
--
thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 419
Default qick help please about fill handle

jconter,

in your formulas, your cell references are "relative". That means when you
copy down or accross, the cell refferences will change accordingly.
"Absolute" cell references will not change when you copy down/accross.

Also, in your cell reference, the column can be absolute, the row can be
absolute or both can be absolulte.

To make a reference absoulute, place a $ before the column, row, or both.

In your formula, you will want to make A100 absolute.......at least the row
"=A2/A$100", but maybe both row & column "=A2/$A$100".

Then you only need to select the first cell (you don't need to select 2) and
fill down as necessary.

HTH,

Conan




"jcontrer" wrote in message
...
i have numerical data on column a. It consists of a list of about 100
numberswith a total on the last row of the column a. on column b i want
the
percentage of of the total in column a that each corresponding row
represents. i tried using the fill handle by inputting the formula in the
first few rows of b (eg. b2 =a2/a100, b3 =a3/a100) and then tried to
highlight both and use the fill handle to get the rest of the column and
not
have to input one by one but i get an error #div/0! for all of column b
after
the first 2 rows.

What is wrong and how can it be fixed?
--
thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 284
Default qick help please about fill handle

jcontrer

select the cell with the formula in column B and move your curser to the
bottom right side of the border on that cell.. you should see your curser
change form a large white Plus sign to a small black plus sign. Once you have
that small plus sign just double click and your formulas will fill to the
bottom of the data in column A. If by chabce that does not work for you once
you get that small black plus sign drag that all the way down to the bottom
of your data. There are still more ways of getting what you want but these
are the ones that I use frequently.

Mike Rogers

"jcontrer" wrote:

i have numerical data on column a. It consists of a list of about 100
numberswith a total on the last row of the column a. on column b i want the
percentage of of the total in column a that each corresponding row
represents. i tried using the fill handle by inputting the formula in the
first few rows of b (eg. b2 =a2/a100, b3 =a3/a100) and then tried to
highlight both and use the fill handle to get the rest of the column and not
have to input one by one but i get an error #div/0! for all of column b after
the first 2 rows.

What is wrong and how can it be fixed?
--
thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 284
Default qick help please about fill handle

jcontrer

I finished reading your post!!! In your formula you are making reference to
A100 that is fixed (not incrementing). Because your formula is incrementing
as you drag it you are loosing that reference, and picking up references on
down column A that are empty. If you give the #div/0! error it is because
you can not divide a number by nothing (or zero) and get an answer. This
error is telling you there is no number to divide by. Look in Help to learn
the difference between absolute & relative references. What you need to do
is use $A$100 in your formula. This will hold the reference to A100 all the
way down you column B.

Hope this helps

Mike Rogers
"jcontrer" wrote:

i have numerical data on column a. It consists of a list of about 100
numberswith a total on the last row of the column a. on column b i want the
percentage of of the total in column a that each corresponding row
represents. i tried using the fill handle by inputting the formula in the
first few rows of b (eg. b2 =a2/a100, b3 =a3/a100) and then tried to
highlight both and use the fill handle to get the rest of the column and not
have to input one by one but i get an error #div/0! for all of column b after
the first 2 rows.

What is wrong and how can it be fixed?
--
thanks in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fill Handle Abode Excel Discussion (Misc queries) 3 August 15th 07 04:28 PM
fill handle ironwearer Excel Discussion (Misc queries) 3 March 10th 07 12:01 AM
Fill handle turned into a move handle Northwoods Excel Discussion (Misc queries) 1 March 2nd 07 03:40 PM
fill handle rexmann Excel Discussion (Misc queries) 2 June 9th 05 03:02 PM
fill handle Brenda Excel Discussion (Misc queries) 4 May 19th 05 04:10 PM


All times are GMT +1. The time now is 08:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"