Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Expanding cells

Example, i have something like this in column a1,a2 and a3:

=b5
=b10
=b15

How can i expand it so that excel continue to fill cells up with b20,b25,b30
and so on..?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Expanding cells

One way:

Select A1:A3. Drag the fill handle (lower right corner of A3) down as
far as desired.


In article , "TripleX" wrote:

Example, i have something like this in column a1,a2 and a3:

=b5
=b10
=b15

How can i expand it so that excel continue to fill cells up with b20,b25,b30
and so on..?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Expanding cells

=INDIRECT("B" & 5*ROW()) in cell A1 and copy down
--
Gary''s Student - gsnu200713


"TripleX" wrote:

Example, i have something like this in column a1,a2 and a3:

=b5
=b10
=b15

How can i expand it so that excel continue to fill cells up with b20,b25,b30
and so on..?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Expanding cells

=INDIRECT("B" & 5*ROW()) in cell A1 and copy
down


tnx


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Expanding cells

Actually, I need to apply it on this formulas, (it's always +16), how can i
do it?

=IF('01'!B1=1444093;"Standard";"Turbo")
=IF('01'!B17=1444093;"Standard";"Turbo")
=IF('01'!B49=1444093;"Standard";"Turbo")




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Expanding cells

b33 is missing..

=IF('01'!B1=1444093;"Standard";"Turbo")
=IF('01'!B17=1444093;"Standard";"Turbo")
=IF('01'!B33=1444093;"Standard";"Turbo")
=IF('01'!B49=1444093;"Standard";"Turbo")




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
Expanding a spread sheet to new cells. jrsrdcr Excel Discussion (Misc queries) 1 May 3rd 09 05:15 AM
expanding the size of all cells in a range thomas donino Excel Discussion (Misc queries) 1 July 10th 08 10:16 AM
expanding numbers in cells BobPoz Excel Discussion (Misc queries) 2 June 23rd 06 09:12 PM
How do I stop expanding cells in excel Diverej Excel Discussion (Misc queries) 2 October 17th 05 10:57 PM
How do I stop cells from expanding? frodomojo New Users to Excel 3 May 29th 05 10:32 PM


All times are GMT +1. The time now is 05:03 PM.

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"