Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you do mean every other cell, then try
=OFFSET('Worksheet 1'!$A$203,0,(COLUMN()-1)/2) In your example you went from column A to column F in your destination sheet, so if you want a shift of 5 columns in your destination sheet to give a shift of 1 column in your source sheet, try =OFFSET('Worksheet 1'!$A$203,0,(COLUMN()-1)/5) -- David Biddulph "Garnet" wrote in message ... I have a formula that refers to an absolute row of cells but the columns are relative and change one at a time. I want to paste these formulas into another worksheet where the formula is applied to every other cell in a constant row. Currently when I copy and paste the formulas they'll look something like this: Into Worksheet 2 A200, I want to insert this formula =Worksheet 1 !A $203. Into Worksheet 2 F200, I want to insert this formula =Worksheet 1 !B$203 Right now I'm getting a relative column reference but its calculating the column distance from Worksheet 2 cell references and incorporating those into the copied formula Is there any way to copy and paste the formulas in an easier manner than jumping from cell to cell and changing the column reference in the copied formula? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relative (vs. Absolute) Cell References with macros | Excel Discussion (Misc queries) | |||
Relative, absolute & mixed references in many cells | Excel Worksheet Functions | |||
how to switch between relative and absolute references | New Users to Excel | |||
Copying a work sheet cell reference as relative not absolute? | Excel Discussion (Misc queries) | |||
F4 key does not toggle relative/absolute cell references. | Excel Worksheet Functions |