![]() |
#1
|
|||
|
|||
![]() Hi all, I'm trying to drag cells down, but that doesn't work. I need to fill A1 till A100 with info from J1, J4, J7, J10 etc. How can I get this done in a fast way? thanks in advance, Last edited by Evolta; 11-04-2013 at 05:10 AM. |
#2
|
|||
|
|||
![]()
I did find a solution;
noticed that when you just type 1, 4, 7, 10,... it can be dragged perfectly so I typed: ABCD1, ABCD4, ABCD7, ABCD10 and dragged it down. Find all: ABCD and replace by =J But is there any other way? |
#3
|
||||
|
||||
![]()
Hello
yes there is. If you start in row 1 enter Code:
=INDEX($J$1:$J$500,ROW()*3-2) Adapt the J range to your needs
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#4
|
|||
|
|||
![]()
Thanks a lot
![]() This was a solution I was looking for ![]() Good thing I even understand how it works so I can adjust it later for other documents |
#5
|
||||
|
||||
![]()
You're welcome.
If you have a moment read this page about the INDEX function . I bet you'll be astonished ![]()
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#6
|
|||
|
|||
![]()
not astonished, but it is helpful
![]() I know that excel's possiblities are limitless, just don't have the skills myself yet for even basic things like I just asked. nevertheless, it really is a good article ![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Chayes | Word VBA | 6 | 06-24-2012 06:54 PM |
![]() |
jsavoor | Outlook | 1 | 01-02-2012 10:13 PM |
Selecting styled text | Caroline | Word | 5 | 02-15-2011 12:55 PM |
Merge after selecting client | kennethc | Mail Merge | 0 | 09-02-2010 01:49 PM |
Selecting a Text Box | gajesh | Word | 0 | 09-02-2009 11:45 PM |