Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in C1:
=INDIRECT("A" & (ROW()-1)*2+1) in D1: =INDIRECT("A"&ROW()*2) Copy both down "Drew" wrote: In a worksheet I have a single column of data (column A) with alternating data: A1 = A A2 = 1 A3 = B A4 = 2 A5 = C A6 = 3 Etc. What I want is for this data to be represented in 2 columns: C1 = A, D1 = 1 C2 = B, D2 = 2 C3 = c, D3 = 3 In C1 I enter the formula "= A1" In C2 I enter the formula "= A3" In C3 I enter the formula "= A5" If I select all three of these cells, grab the autofill handle and extend the progression, excel doesn't seem to get the calculation correct. I expect C4 to contain the formula "= A7". What I get is: "= A4". I've tried using larger ranges of entered information but no matter how much I enter before I try the autofill, excel doesn't calculate the progression correctly. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofill Problem | Excel Discussion (Misc queries) | |||
Autofill problem | Excel Discussion (Misc queries) | |||
Autofill problem | Excel Discussion (Misc queries) | |||
filtering/autofill problem | Excel Worksheet Functions | |||
Autofill problem | Excel Worksheet Functions |