Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My source data looks like this:
On the <iChanges</i sheet I have information in Columns C through H. C and D contain the two objects to cross reference in the chart (think of a mileage chart, such as this one http://www.hm-usa.com/distance/usa.html ). Column E Contains the current value, F the minimum value, G the Max value, and H the mean value. Data starts in row 2. I want to reference the data in a chart on a new sheet A B C D 1 Min(1) Current(1) Min(3) Current(3) 2 Max(1) Average(1) Max(3) Average(3) 3 Min(2) Current(2) Min(4) Current(4) 4 Max(2) Average(2) Max(4) Average(4) Whe Min1 refers to Cell $F2 Min2 refers to Cell $F3 Max1 refers to $G2 Max2 refers to $G3 etc... The chart will be rather large (I've got several hundred data points). However, I can't drag the formula, because if I type int he formulas for A1:B2 (The full data set for my frist cross reference) and drag it down to A3:B4 it will have Min2 refer to cell F4, rather than F3. Likewise, if I drag it across to C1:D2, it will have Min3 refer to F2, rather than F4. Any way to easily copy a formula like this, or am i stuck handcoding? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy & paste formulas without them linking to the source | Excel Discussion (Misc queries) | |||
Excel 2002; copy formulas to one workbook to another diff data | Excel Worksheet Functions | |||
copy worksheet to a new workbook with formulas .... but new file not point to old one | Excel Discussion (Misc queries) | |||
How do I copy only cells with formulas in another row? | Excel Worksheet Functions | |||
how do I make a copy of a worksheet and retain formulas but not data | Setting up and Configuration of Excel |