Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
vincent135
 
Posts: n/a
Default auto filling question


how could i have something like this

=a11
=a11
=a11
=a12
=a12
=a12
=a13
=a13
=a13
=a14
=a14
=a14
....


--
vincent135
------------------------------------------------------------------------
vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373
View this thread: http://www.excelforum.com/showthread...hreadid=551469

  #2   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default auto filling question

You may use something like:
=INDIRECT("A" & 10 + INT(ROW()/3))
If you put this in row 3, it will return the value of cell A11 (10+3/3), and
dragging the formula down will follow the pattern that you wrote.
You can change the 10 + INT(ROW()/3) to make it fit your layout.

Hope this helps,
Miguel.

"vincent135" wrote:


how could i have something like this

=a11
=a11
=a11
=a12
=a12
=a12
=a13
=a13
=a13
=a14
=a14
=a14
....


--
vincent135
------------------------------------------------------------------------
vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373
View this thread: http://www.excelforum.com/showthread...hreadid=551469


  #3   Report Post  
Posted to microsoft.public.excel.misc
vincent135
 
Posts: n/a
Default auto filling question


thank you very much...it's is really helpful


--
vincent135
------------------------------------------------------------------------
vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373
View this thread: http://www.excelforum.com/showthread...hreadid=551469

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel novice question on filling in missing fields/cells TimR Excel Discussion (Misc queries) 3 May 19th 06 11:10 AM
Auto Filter Question? Ducky Excel Discussion (Misc queries) 3 April 19th 06 04:16 PM
Running auto correct on startup? Mitch Excel Discussion (Misc queries) 1 November 28th 05 06:38 PM
Excel atuo filling cells- question [email protected] Excel Discussion (Misc queries) 1 May 16th 05 03:32 AM
Auto Filter Limit Question Minitman Excel Discussion (Misc queries) 4 April 13th 05 06:35 AM


All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"