ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   auto filling question (https://www.excelbanter.com/excel-discussion-misc-queries/93684-auto-filling-question.html)

vincent135

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


Miguel Zapico

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



vincent135

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



All times are GMT +1. The time now is 02:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com