Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using a fairly simple formula. I am subtracting one cell from another
and dividing by a third do an example would look like this (I2-V4)/V3. I want to paste the entire column with this so that the next formula would be (I3-V4)/V3, however it appears as (I3-V5)/V4). How do I stop it from changing all values. I only want the one individual value changed (the "I" column). There are almost 1000 rows so doing it individually seems ridiculous |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
(I2-$v$4)/$v$3
"Help" wrote in message ... I am using a fairly simple formula. I am subtracting one cell from another and dividing by a third do an example would look like this (I2-V4)/V3. I want to paste the entire column with this so that the next formula would be (I3-V4)/V3, however it appears as (I3-V5)/V4). How do I stop it from changing all values. I only want the one individual value changed (the "I" column). There are almost 1000 rows so doing it individually seems ridiculous |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much. Do the dollar signs just represent an unchanging value?
"Meebers" wrote: (I2-$v$4)/$v$3 "Help" wrote in message ... I am using a fairly simple formula. I am subtracting one cell from another and dividing by a third do an example would look like this (I2-V4)/V3. I want to paste the entire column with this so that the next formula would be (I3-V4)/V3, however it appears as (I3-V5)/V4). How do I stop it from changing all values. I only want the one individual value changed (the "I" column). There are almost 1000 rows so doing it individually seems ridiculous |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Do the dollar signs just represent an unchanging value?
Yes, it's the way to "fix" the col and/or row reference -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bug? Pasting values instead of formulas... | Excel Discussion (Misc queries) | |||
Pasting Formulas | Excel Discussion (Misc queries) | |||
Pasting formulas | Excel Discussion (Misc queries) | |||
Pasting numbers and formulas without pasting format. | Excel Discussion (Misc queries) | |||
Pasting formulas to different rows | Excel Worksheet Functions |